This patch adds proper guards to the is_destructible tests depending on the standard version so that they pass in c++03.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D10047
[libcxx] Get is_*_destructible tests passing in C++03. ClosedPublic Authored by EricWF on May 26 2015, 6:01 PM.
Details Summary This patch adds proper guards to the is_destructible tests depending on the standard version so that they pass in c++03.
Diff Detail Event TimelineEricWF updated this object. This revision is now accepted and ready to land.Jul 18 2015, 9:41 AM
Revision Contents
Diff 26558 include/type_traits
test/std/utilities/meta/meta.unary/meta.unary.prop/is_destructible.pass.cpp
test/std/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_destructible.pass.cpp
test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_destructible.pass.cpp
|