Releases: kassane/cxx-dlang
Releases · kassane/cxx-dlang
v0.2.4
v0.2.3
Full Changelog: v0.2.1...v0.2.3
v0.2.1
What's Changed
shared_ptr(T)/weak_ptr(T)—get()/use_count()bound on libc++ + MSVC viaversion(CxxDlang_HasSmartPtrMethods).vector(T, Alloc = allocator!T)— direct on all three STL.allocator(T)— empty stateless placeholder needed for the two-template-param vector Itanium/MSVC mangling.CxxString=basic_string!char— re-export ofcore.stdcpp.string.CxxArray(T, N)=array!(T, N)— re-export ofcore.stdcpp.array.$DCenv var recognized alongside$LDC2_PATH.- 99 integration tests in tests/integration.rs
Full Changelog: v0.1.1...v0.2.1