Eric Fiselier
|
2c8c71f13e
|
Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities
llvm-svn: 283032
|
2016-10-01 10:46:01 +00:00 |
Marshall Clow
|
fcdb19904c
|
Implement LWG#2101 'Some transformation types can produce impossible types' Introduced a new (internal) type trait '__is_referenceable' with tests. Use that trait in add_lvalue_reference, add_rvalue_reference and add_pointer.
llvm-svn: 258418
|
2016-01-21 18:22:43 +00:00 |
Marshall Clow
|
6e07ccdfe1
|
K-Ballo pointed out a mistake in the add_lvalue_ref tests I checked in; now more of them are passing. Thanks
llvm-svn: 255519
|
2015-12-14 18:11:51 +00:00 |
Marshall Clow
|
161eae2daa
|
Add add_lvalue_ref tests for a few function types, with a note why not more
llvm-svn: 255513
|
2015-12-14 17:34:03 +00:00 |
Eric Fiselier
|
5a83710e37
|
Move test into test/std subdirectory.
llvm-svn: 224658
|
2014-12-20 01:40:03 +00:00 |