34#ifndef _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR
35#define _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR 1
38#pragma GCC system_header
43#if __cplusplus >= 201402L
48namespace std _GLIBCXX_VISIBILITY(default)
50_GLIBCXX_BEGIN_NAMESPACE_VERSION
54inline namespace fundamentals_v1
57template <
typename _Tp>
58 constexpr bool is_error_code_enum_v = is_error_code_enum<_Tp>::value;
59template <
typename _Tp>
60 constexpr bool is_error_condition_enum_v =
61 is_error_condition_enum<_Tp>::value;
65_GLIBCXX_END_NAMESPACE_VERSION
ISO C++ entities toplevel namespace is std.