0cdbe6048173c1f05628dbc85430acf191a3e173 |
|
15-Nov-2013 |
Marshall Clow <mclow.lists@gmail.com> |
Move <optional> into include/experimental, and into the std::experimental namespace, since it's not part of C++14, but of an upcoming TS git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@194867 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/utilities/optional/optional.relops/less_than.pass.cpp
|
3f433cdb8ea0a93d7dff4818f920ae74fe012d3f |
|
07-Oct-2013 |
Marshall Clow <mclow.lists@gmail.com> |
Apparently, I don't know the difference between 'left' and 'right'. Swap parameters named 'lhs' and 'rhs' so that they correctly refer to the 'left hand side' and 'right hand side' of comparisons. No functionality change. Thanks to Arthur O'Dwyer for pointing this out to me. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@192080 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/utilities/optional/optional.relops/less_than.pass.cpp
|
2faa02fc3d44e081fb7e3f36b19de622959aeb8c |
|
06-Oct-2013 |
Marshall Clow <mclow.lists@gmail.com> |
Add tests making sure that optional<T>s can be compared at compile time; this functionality was enabled by N3789 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@192051 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/utilities/optional/optional.relops/less_than.pass.cpp
|
01afa5c6e407e985d9643707d7b7ab1384bd9317 |
|
02-Sep-2013 |
Howard Hinnant <hhinnant@apple.com> |
Implement N3672, optional<T>. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@189772 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/utilities/optional/optional.relops/less_than.pass.cpp
|