Commit 48428c18 by Iain Buclaw

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
parent 418d97a2
...@@ -1547,7 +1547,7 @@ private: ...@@ -1547,7 +1547,7 @@ private:
version (Solaris) version (Solaris)
{ {
__gshared immutable bool m_isRTClass; __gshared bool m_isRTClass;
} }
private: private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment