diff options
Diffstat (limited to '9/sources/cxx-stl/llvm-libc++/libcxx/include/limits')
-rw-r--r-- | 9/sources/cxx-stl/llvm-libc++/libcxx/include/limits | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/9/sources/cxx-stl/llvm-libc++/libcxx/include/limits b/9/sources/cxx-stl/llvm-libc++/libcxx/include/limits index d917c57..2216966 100644 --- a/9/sources/cxx-stl/llvm-libc++/libcxx/include/limits +++ b/9/sources/cxx-stl/llvm-libc++/libcxx/include/limits @@ -768,7 +768,7 @@ template <class _Tp> template <class _Tp> _LIBCPP_CONSTEXPR const int numeric_limits<const volatile _Tp>::digits10; template <class _Tp> - const int numeric_limits<const volatile _Tp>::max_digits10; + _LIBCPP_CONSTEXPR const int numeric_limits<const volatile _Tp>::max_digits10; template <class _Tp> _LIBCPP_CONSTEXPR const bool numeric_limits<const volatile _Tp>::is_signed; template <class _Tp> |