https://issues.dlang.org/show_bug.cgi?id=13983
Ate Eskola <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|RefCounted needs to be |RefCounted needs to be |pure, @safe, nothrow |@safe --- Comment #8 from Ate Eskola <[email protected]> --- Regarding nothrow and pure, this is fixed as Phobos unittests confirm. Changing the title. And by the way, the struct is also @nogc and -betterC. @safe remains a problem though. It cannot be added in vanilla D, but with -dip1000 flag there may be hope. Atila recently made a PR that attempts to do just that: https://github.com/dlang/phobos/pull/8101 --
