https://issues.dlang.org/show_bug.cgi?id=18474

--- Comment #2 from anonymous4 <dfj1es...@sneakemail.com> ---
Some shared objects can be copied just fine like mutex itself or FILE*, but
they don't need much of postblit. And if shared postblit is unlikely to work,
you might want to @disable this(shared this) shared;

--

Reply via email to