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