• Home
  • Raw
  • Download

Lines Matching refs:check

10 #define check(macro, cxx98, cxx11, cxx1y) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cx…  macro
12 #define check(macro, cxx98, cxx11, cxx1y) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cx… macro
14 #define check(macro, cxx98, cxx11, cxx1y) cxx1y == 0 ? defined(__cpp_##macro) : __cpp_##macro != cx… macro
17 #if check(binary_literals, 0, 0, 201304)
21 #if check(digit_separators, 0, 0, 201309)
25 #if check(init_captures, 0, 0, 201304)
29 #if check(generic_lambdas, 0, 0, 201304)
33 #if check(sized_deallocation, 0, 0, 201309)
37 #if check(constexpr, 0, 200704, 201304)
41 #if check(decltype_auto, 0, 0, 201304)
45 #if check(return_type_deduction, 0, 0, 201304)
49 #if check(runtime_arrays, 0, 0, 0)
53 #if check(aggregate_nsdmi, 0, 0, 201304)
57 #if check(variable_templates, 0, 0, 201304)
61 #if check(unicode_characters, 0, 200704, 200704)
65 #if check(raw_strings, 0, 200710, 200710)
69 #if check(unicode_literals, 0, 200710, 200710)
73 #if check(user_defined_literals, 0, 200809, 200809)
77 #if check(lambdas, 0, 200907, 200907)
81 #if check(range_based_for, 0, 200907, 200907)
85 #if check(static_assert, 0, 200410, 200410)
89 #if check(decltype, 0, 200707, 200707)
93 #if check(attributes, 0, 200809, 200809)
97 #if check(rvalue_references, 0, 200610, 200610)
101 #if check(variadic_templates, 0, 200704, 200704)
105 #if check(initializer_lists, 0, 200806, 200806)
109 #if check(delegating_constructors, 0, 200604, 200604)
113 #if check(nsdmi, 0, 200809, 200809)
117 #if check(inheriting_constructors, 0, 200802, 200802)
121 #if check(ref_qualifiers, 0, 200710, 200710)
125 #if check(alias_templates, 0, 200704, 200704)
129 #if check(experimental_concepts, 0, 0, CONCEPTS_TS)