forked from OSchip/llvm-project
Reorder tests to match latest SD-6 draft.
llvm-svn: 309054
This commit is contained in:
parent
cb83c8c85f
commit
adae25d35d
|
@ -22,10 +22,6 @@
|
||||||
|
|
||||||
// --- C++17 features ---
|
// --- C++17 features ---
|
||||||
|
|
||||||
#if check(variadic_using, 0, 0, 0, 201611) // FIXME: provisional name
|
|
||||||
#error "wrong value for __cpp_variadic_using"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if check(hex_float, 0, 0, 0, 201603)
|
#if check(hex_float, 0, 0, 0, 201603)
|
||||||
#error "wrong value for __cpp_hex_float"
|
#error "wrong value for __cpp_hex_float"
|
||||||
#endif
|
#endif
|
||||||
|
@ -60,6 +56,10 @@
|
||||||
|
|
||||||
// static_assert checked below
|
// static_assert checked below
|
||||||
|
|
||||||
|
#if check(deduction_guides, 0, 0, 0, 201611) // FIXME: provisional name
|
||||||
|
#error "wrong value for __cpp_deduction_guides"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if check(template_auto, 0, 0, 0, 201606) // FIXME: provisional name
|
#if check(template_auto, 0, 0, 0, 201606) // FIXME: provisional name
|
||||||
#error "wrong value for __cpp_template_auto"
|
#error "wrong value for __cpp_template_auto"
|
||||||
#endif
|
#endif
|
||||||
|
@ -80,6 +80,10 @@
|
||||||
|
|
||||||
// inheriting_constructors checked below
|
// inheriting_constructors checked below
|
||||||
|
|
||||||
|
#if check(variadic_using, 0, 0, 0, 201611) // FIXME: provisional name
|
||||||
|
#error "wrong value for __cpp_variadic_using"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if check(aggregate_bases, 0, 0, 0, 201603)
|
#if check(aggregate_bases, 0, 0, 0, 201603)
|
||||||
#error "wrong value for __cpp_aggregate_bases"
|
#error "wrong value for __cpp_aggregate_bases"
|
||||||
#endif
|
#endif
|
||||||
|
@ -96,10 +100,6 @@
|
||||||
#error "wrong value for __cpp_template_template_args"
|
#error "wrong value for __cpp_template_template_args"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if check(deduction_guides, 0, 0, 0, 201611) // FIXME: provisional name
|
|
||||||
#error "wrong value for __cpp_deduction_guides"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// --- C++14 features ---
|
// --- C++14 features ---
|
||||||
|
|
||||||
#if check(binary_literals, 0, 0, 201304, 201304)
|
#if check(binary_literals, 0, 0, 201304, 201304)
|
||||||
|
|
Loading…
Reference in New Issue