llvm-project/libcxx/test/std/utilities
Casey Carter 6da13b6b79 std::get<0>([std::variant constant expression]) *is* noexcept.
Differential review: http://reviews.llvm.org/D27436

llvm-svn: 288760
2016-12-06 02:28:19 +00:00
..
allocator.adaptor Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities 2016-10-01 10:46:01 +00:00
any Test changes for P0504R0 "Revisiting in-place tag types for any/optional/variant". Patch from Casey Carter 2016-11-17 19:23:35 +00:00
function.objects [libcxx] [test] D26815: Fix an assumption about the state of moved-from std::functions. 2016-11-18 21:54:38 +00:00
intseq [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
memory Protect tests for std::uninitialized_{copy,fill} under libcpp-no-exceptions 2016-11-24 11:17:09 +00:00
meta Adjust libc++ test infastructure to fully support modules 2016-12-05 23:16:07 +00:00
optional [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
ratio Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
template.bitset [libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 3/4. 2016-12-06 01:14:51 +00:00
time Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last week in Issaquah 2016-11-14 18:22:19 +00:00
tuple [libcxx] [test] D27266: Remove spurious semicolons. 2016-12-06 01:14:06 +00:00
type.index Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
utilities.general
utility Test changes for P0504R0 "Revisiting in-place tag types for any/optional/variant". Patch from Casey Carter 2016-11-17 19:23:35 +00:00
utility.requirements
variant std::get<0>([std::variant constant expression]) *is* noexcept. 2016-12-06 02:28:19 +00:00
nothing_to_do.pass.cpp