On Wednesday, 17 October 2018 at 15:18:43 UTC, Vladimir Panteleev
wrote:
On Wednesday, 17 October 2018 at 12:14:55 UTC, Martin Nowak
wrote:
Glad to announce the first beta for the 2.083.0 release, ♥ to
the 48 contributors for this release.
Thanks!
CppRuntime_* version identifiers -
https://dlang.org/changelog/2.083.0.html#cppVersions
When is this different from the corresponding CRuntime version?
CppRuntime is per compiler, CRuntime is per system.
An example: on linux linking with Clang's C++ lib, the CppRuntime
is CppRuntime_Clang and the CRuntime is CRuntime_Glibc.