summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/function.objects/refwrap
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2019-1220/+0
| | | | llvm-svn: 224658
* Add tests to ensure that reference_wrapper<T> is trivially copyable. This ↵Marshall Clow2014-11-171-5/+36
| | | | | | was added to C++1z with the adoption of N4277, but libc++ already implemented it as a conforming extension. No code changes were needed, just more tests. llvm-svn: 222132
* Add test for type properties of std::reference_wrapperEric Fiselier2014-11-041-0/+27
| | | | llvm-svn: 221224
* Whitespace maintenance. Remove a bunch of tabs that snuck in. No ↵Marshall Clow2014-10-181-3/+3
| | | | | | functionality change llvm-svn: 220142
* Fix a problem with reference_wrapper in C++03 that was causing counting ↵Marshall Clow2014-08-041-0/+18
| | | | | | predicates to fail. Add a test to make sure it works. However, most of the reference_wrapper tests still fail in C++03 mode, due to a lack of decltype. No change there. llvm-svn: 214760
* license changeHoward Hinnant2010-11-1618-36/+36
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-2218-18/+1144
| | | | llvm-svn: 111767
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1118-18/+18
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1118-0/+18
llvm-svn: 103490
OpenPOWER on IntegriCloud