- Update specification text from N4387
- Delete not_brace_initializable.fail.cpp: it's redundant with nullopt_t.fail.cpp
- is_empty<T> implies is_class<T>
- is_literal is deprecated; directly verify that we can create a nullopt_t in a constexpr context
Paths
| Differential D37024
[libcxx] [test] Cleanup nullopt_t tests ClosedPublic Authored by CaseyCarter on Aug 22 2017, 2:04 PM.
Details Summary
Diff Detail
Event TimelineComment Actions Otherwise, looks cromulent to me.
This revision is now accepted and ready to land.Aug 31 2017, 7:04 AM Closed by commit rL312256: [test] Cleanup nullopt_t tests (authored by CaseyCarter). · Explain WhyAug 31 2017, 10:57 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 113432 libcxx/trunk/test/std/utilities/optional/optional.nullopt/not_brace_initializable.fail.cpp
libcxx/trunk/test/std/utilities/optional/optional.nullopt/nullopt_t.fail.cpp
libcxx/trunk/test/std/utilities/optional/optional.nullopt/nullopt_t.pass.cpp
|