34 #ifndef _GLIBCXX_EXPERIMENTAL_CHRONO 35 #define _GLIBCXX_EXPERIMENTAL_CHRONO 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
53 namespace experimental
55 inline namespace fundamentals_v1
58 template <
typename _Rep>
59 constexpr
bool treat_as_floating_point_v =
60 treat_as_floating_point<_Rep>::value;
64 _GLIBCXX_END_NAMESPACE_VERSION
67 #endif // __cplusplus <= 201103L 69 #endif // _GLIBCXX_EXPERIMENTAL_CHRONO
ISO C++ entities toplevel namespace is std.