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:
Iain Buclaw 2018-12-10 12:11:55 +00:00
parent 418d97a2b3
commit 48428c1814
1 changed files with 1 additions and 1 deletions

View File

@ -1547,7 +1547,7 @@ private:
version (Solaris) version (Solaris)
{ {
__gshared immutable bool m_isRTClass; __gshared bool m_isRTClass;
} }
private: private: