34 #ifndef _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR
35 #define _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR 1
37 #ifdef _GLIBCXX_SYSHDR
38 #pragma GCC system_header
43 #if __cplusplus >= 201402L
48 namespace std _GLIBCXX_VISIBILITY(default)
50 _GLIBCXX_BEGIN_NAMESPACE_VERSION
52 namespace experimental
54 inline namespace fundamentals_v1
57 template <
typename _Tp>
58 constexpr
bool is_error_code_enum_v = is_error_code_enum<_Tp>::value;
59 template <
typename _Tp>
60 constexpr
bool is_error_condition_enum_v =
61 is_error_condition_enum<_Tp>::value;
65 _GLIBCXX_END_NAMESPACE_VERSION
68 #endif // __cplusplus <= 201103L
70 #endif // _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR