33 #ifndef _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR
34 #define _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR 1
36 #pragma GCC system_header
38 #if __cplusplus <= 201103L
45 namespace std _GLIBCXX_VISIBILITY(default)
47 namespace experimental
49 inline namespace fundamentals_v1
51 _GLIBCXX_BEGIN_NAMESPACE_VERSION
53 template <
typename _Tp>
54 constexpr
bool is_error_code_enum_v = is_error_code_enum<_Tp>::value;
55 template <
typename _Tp>
56 constexpr
bool is_error_condition_enum_v =
57 is_error_condition_enum<_Tp>::value;
58 _GLIBCXX_END_NAMESPACE_VERSION
63 #endif // __cplusplus <= 201103L
65 #endif // _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR
ISO C++ entities toplevel namespace is std.