This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
116aebcae07df3c59bf7fcf03fb5bd2cd519277a
clang-p2996
/
libcxx
/
test
/
std
/
utilities
/
optional
History
Marshall Clow
e391d9653f
Additional test file for r300123
...
llvm-svn: 300124
2017-04-12 22:51:56 +00:00
..
optional.bad_optional_access
Change the base class of std::bad_optional_access. This is a (subtle) ABI change, and is in response to
http://http://wg21.link/LWG2806
, which I *expect* to be adopted in Kona. I am making this change now in anticipation, and will get it into 4.0, because (a) 4.0 is the first release with std::optional, and (b) I don't want to make an ABI-change later, when the user base should be significantly larger. Note that I didn't change std::experimental::bad_optional_access, because that's still specified to derive from std::logic_error.
2017-02-05 20:06:38 +00:00
optional.comp_with_t
Fix LWG 2934 - optional<const T> doesn't compare with T
2017-03-30 20:06:52 +00:00
optional.hash
Revert "Allow a standard library to implement conditional noexcept for optional and unique_ptr hash functions."
2017-04-07 05:55:28 +00:00
optional.nullops
Implement N4606 optional
2016-10-12 07:46:20 +00:00
optional.nullopt
[libcxx] [test] Strip trailing whitespace.
2017-02-05 22:48:27 +00:00
optional.object
Additional test file for r300123
2017-04-12 22:51:56 +00:00
optional.relops
Fix LWG 2934 - optional<const T> doesn't compare with T
2017-03-30 20:06:52 +00:00
optional.specalg
[libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 2/4.
2016-12-06 01:14:43 +00:00
optional.syn
Implement N4606 optional
2016-10-12 07:46:20 +00:00