MSVC has finally fixed the compiler bug that was warning about unreferenced parameters when invoking destructors, so we can remove the void casts that were working around the bug. Yay!
Details
Details
Diff Detail
Diff Detail
Differential D25141
[libcxx] [test] Remove MSVC workarounds ClosedPublic Authored by STL_MSFT on Sep 30 2016, 4:38 PM.
Details
Summary MSVC has finally fixed the compiler bug that was warning about unreferenced parameters when invoking destructors, so we can remove the void casts that were working around the bug. Yay!
Diff Detail Event TimelineSTL_MSFT updated this object. This revision is now accepted and ready to land.Oct 7 2016, 11:59 AM
Revision Contents
Diff 73163 test/support/test_allocator.h
|