diff options
Diffstat (limited to 'libstdc++-v3/include/experimental/ratio')
-rw-r--r-- | libstdc++-v3/include/experimental/ratio | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/include/experimental/ratio b/libstdc++-v3/include/experimental/ratio index ffbae76..bc2d0f2 100644 --- a/libstdc++-v3/include/experimental/ratio +++ b/libstdc++-v3/include/experimental/ratio @@ -44,12 +44,12 @@ namespace std _GLIBCXX_VISIBILITY(default) { +_GLIBCXX_BEGIN_NAMESPACE_VERSION + namespace experimental { inline namespace fundamentals_v1 { -_GLIBCXX_BEGIN_NAMESPACE_VERSION - // See C++14 ยง20.11.5, ratio comparison template <typename _R1, typename _R2> constexpr bool ratio_equal_v = ratio_equal<_R1, _R2>::value; @@ -63,10 +63,10 @@ template <typename _R1, typename _R2> constexpr bool ratio_greater_v = ratio_greater<_R1, _R2>::value; template <typename _R1, typename _R2> constexpr bool ratio_greater_equal_v = ratio_greater_equal<_R1, _R2>::value; - -_GLIBCXX_END_NAMESPACE_VERSION } // namespace fundamentals_v1 } // namespace experimental + +_GLIBCXX_END_NAMESPACE_VERSION } // namespace std #endif // __cplusplus <= 201103L |