Lines Matching refs:check

8 #define check(macro, cxx98, cxx11, cxx1y) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx98
10 #define check(macro, cxx98, cxx11, cxx1y) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx11
12 #define check(macro, cxx98, cxx11, cxx1y) cxx1y == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx1y
15 #if check(binary_literals, 0, 0, 201304)
19 #if check(digit_separators, 0, 0, 201309)
23 #if check(init_captures, 0, 0, 201304)
27 #if check(generic_lambdas, 0, 0, 201304)
31 #if check(sized_deallocation, 0, 0, 201309)
35 #if check(constexpr, 0, 200704, 201304)
39 #if check(decltype_auto, 0, 0, 201304)
43 #if check(return_type_deduction, 0, 0, 201304)
47 #if check(runtime_arrays, 0, 0, 0)
51 #if check(aggregate_nsdmi, 0, 0, 201304)
55 #if check(variable_templates, 0, 0, 201304)
59 #if check(unicode_characters, 0, 200704, 200704)
63 #if check(raw_strings, 0, 200710, 200710)
67 #if check(unicode_literals, 0, 200710, 200710)
71 #if check(user_defined_literals, 0, 200809, 200809)
75 #if check(lambdas, 0, 200907, 200907)
79 #if check(range_based_for, 0, 200907, 200907)
83 #if check(static_assert, 0, 200410, 200410)
87 #if check(decltype, 0, 200707, 200707)
91 #if check(attributes, 0, 200809, 200809)
95 #if check(rvalue_references, 0, 200610, 200610)
99 #if check(variadic_templates, 0, 200704, 200704)
103 #if check(initializer_lists, 0, 200806, 200806)
107 #if check(delegating_constructors, 0, 200604, 200604)
111 #if check(nsdmi, 0, 200809, 200809)
115 #if check(inheriting_constructors, 0, 200802, 200802)
119 #if check(ref_qualifiers, 0, 200710, 200710)
123 #if check(alias_templates, 0, 200704, 200704)