libphobos: Fix modify immutable error on Solaris.
Backported from upstream druntime 2.079. Reviewed-on: https://github.com/dlang/druntime/pull/2089 From-SVN: r266950
This commit is contained in:
parent
418d97a2b3
commit
48428c1814
1 changed files with 1 additions and 1 deletions
|
@ -1547,7 +1547,7 @@ private:
|
|||
|
||||
version (Solaris)
|
||||
{
|
||||
__gshared immutable bool m_isRTClass;
|
||||
__gshared bool m_isRTClass;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue