https://issues.dlang.org/show_bug.cgi?id=17048
anonymous4 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|regression |enhancement --- Comment #1 from anonymous4 <[email protected]> --- Errm, deprecation is not a regression. Synchronized methods do not provide guarantee of mutually exclusive access. The synchronized method alone does use synchronization, but this tells nothing about other code, which may not use synchronization, also the data accessed is not necessarily unique. --
