We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0164e commit 2a337aeCopy full SHA for 2a337ae
source/mir/rc/ptr.d
@@ -137,7 +137,7 @@ struct mir_rcptr(T)
137
} ();
138
import mir.functional: forward;
139
import mir.conv: emplace;
140
- emplace!T(_value, forward!args);
+ cast(void) emplace!T(_value, forward!args);
141
}
142
143
source/mir/rc/slim_ptr.d
@@ -133,7 +133,7 @@ struct mir_slim_rcptr(T)
133
134
135
136
0 commit comments