From 9e3548875a9fe7e959de608d3c279f1fe6c4594a Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 30 May 2014 12:09:47 +0000 Subject: [PATCH] Add a _LIBCPP_CONSTEXPR that was missed in r170026. (clang doesn't complain about this, but gcc does. This is necessary for a follow-up patch that will enable _LIBCPP_CONSTEXPR for gcc.) llvm-svn: 209888 --- libcxx/include/limits | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/include/limits b/libcxx/include/limits index d917c57..2216966 100644 --- a/libcxx/include/limits +++ b/libcxx/include/limits @@ -768,7 +768,7 @@ template template _LIBCPP_CONSTEXPR const int numeric_limits::digits10; template - const int numeric_limits::max_digits10; + _LIBCPP_CONSTEXPR const int numeric_limits::max_digits10; template _LIBCPP_CONSTEXPR const bool numeric_limits::is_signed; template -- 2.7.4