Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e61fba3b70949e2955f946b81a215c7e08d9aee6
/
libcxx
/
test
/
utilities
/
optional
/
optional.nullops
/
not_equal.pass.cpp
e61fba3
Add all the relational operators to std::experimental::optional. Also update bad_optional_access to match the Library Fundamentals draft standard. This is not all of the upcoming changes to optional, though.
by Marshall Clow
· 11 years ago
[Copied (65%) from libcxx/test/utilities/optional/optional.nullops/eqaul.pass.cpp]
c8528b5
Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionality change
by Marshall Clow
· 11 years ago
dfdac03
Move <optional> into include/experimental, and into the std::experimental namespace, since it's not part of C++14, but of an upcoming TS
by Marshall Clow
· 12 years ago
e7d746d
Implement N3672, optional<T>.
by Howard Hinnant
· 12 years ago