34#ifndef _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR
35#define _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR 1
37#pragma GCC system_header
41#if __cplusplus >= 201402L
46namespace std _GLIBCXX_VISIBILITY(default)
48_GLIBCXX_BEGIN_NAMESPACE_VERSION
52inline namespace fundamentals_v1
55template <
typename _Tp>
56 constexpr bool is_error_code_enum_v = is_error_code_enum<_Tp>::value;
57template <
typename _Tp>
58 constexpr bool is_error_condition_enum_v =
59 is_error_condition_enum<_Tp>::value;
63_GLIBCXX_END_NAMESPACE_VERSION
ISO C++ entities toplevel namespace is std.