34 #ifndef _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR
35 #define _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR 1
37 #pragma GCC system_header
39 #if __cplusplus >= 201402L
44 namespace std _GLIBCXX_VISIBILITY(default)
46 _GLIBCXX_BEGIN_NAMESPACE_VERSION
48 namespace experimental
50 inline namespace fundamentals_v1
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;
61 _GLIBCXX_END_NAMESPACE_VERSION
64 #endif // __cplusplus <= 201103L
66 #endif // _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR