P0602R4 makes the special member functions of optional and variant
conditionally trivial based on the types in the optional/variant.
We already implemented that, but the tests were organized as if this
were a non-standard extension. This patch reorganizes the tests in a
way that makes more sense since this is not an extension anymore.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCXX libc++
- Build Status
Buildable 25196 Build 25195: arc lint + arc unit
Event Timeline
libcxx/test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp | ||
---|---|---|
56 | Ah, sorry, it feels like you've told me before. Eventually I'll remember. |
For future proofing, we never explicitly test for unreleased standard versions .
Instead, we say TEST_STD_VER > 17