• Home
  • Raw
  • Download

Lines Matching refs:check

13 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macr…  macro
15 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macr… macro
17 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx14 == 0 ? defined(__cpp_##macro) : __cpp_##macr… macro
19 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx1z == 0 ? defined(__cpp_##macro) : __cpp_##macr… macro
22 #if check(binary_literals, 0, 0, 201304, 201304)
26 #if check(digit_separators, 0, 0, 201309, 201309)
30 #if check(init_captures, 0, 0, 201304, 201304)
34 #if check(generic_lambdas, 0, 0, 201304, 201304)
38 #if check(sized_deallocation, 0, 0, 201309, 201309)
42 #if check(constexpr, 0, 200704, 201304, 201304)
46 #if check(decltype_auto, 0, 0, 201304, 201304)
50 #if check(return_type_deduction, 0, 0, 201304, 201304)
54 #if check(runtime_arrays, 0, 0, 0, 0)
58 #if check(aggregate_nsdmi, 0, 0, 201304, 201304)
62 #if check(variable_templates, 0, 0, 201304, 201304)
66 #if check(unicode_characters, 0, 200704, 200704, 200704)
70 #if check(raw_strings, 0, 200710, 200710, 200710)
74 #if check(unicode_literals, 0, 200710, 200710, 200710)
78 #if check(user_defined_literals, 0, 200809, 200809, 200809)
82 #if check(lambdas, 0, 200907, 200907, 200907)
86 #if check(range_based_for, 0, 200907, 200907, 200907)
90 #if check(static_assert, 0, 200410, 200410, 200410)
94 #if check(decltype, 0, 200707, 200707, 200707)
98 #if check(attributes, 0, 200809, 200809, 200809)
102 #if check(rvalue_references, 0, 200610, 200610, 200610)
106 #if check(variadic_templates, 0, 200704, 200704, 200704)
110 #if check(initializer_lists, 0, 200806, 200806, 200806)
114 #if check(delegating_constructors, 0, 200604, 200604, 200604)
118 #if check(nsdmi, 0, 200809, 200809, 200809)
122 #if check(inheriting_constructors, 0, 200802, 200802, 200802)
126 #if check(ref_qualifiers, 0, 200710, 200710, 200710)
130 #if check(alias_templates, 0, 200704, 200704, 200704)
134 #if check(experimental_concepts, 0, 0, CONCEPTS_TS, CONCEPTS_TS)