From 79e6fcdd61c275a8a135930ea776ba68656fa297 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 18 Jun 2017 05:00:42 +0300 Subject: [PATCH] Remove comment; C++11 does not guarantee this static init --- test/sp_constexpr_test.cpp | 1 - test/sp_constexpr_test2.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/test/sp_constexpr_test.cpp b/test/sp_constexpr_test.cpp index 20f8c85..7238e26 100644 --- a/test/sp_constexpr_test.cpp +++ b/test/sp_constexpr_test.cpp @@ -22,7 +22,6 @@ #endif #if defined(__clang__) && defined( BOOST_NO_CXX14_CONSTEXPR ) -// Clang 4+ in C++11 mode works too, but how to detect it? # undef HAVE_CONSTEXPR_INIT #endif diff --git a/test/sp_constexpr_test2.cpp b/test/sp_constexpr_test2.cpp index 238c8f4..e508fa1 100644 --- a/test/sp_constexpr_test2.cpp +++ b/test/sp_constexpr_test2.cpp @@ -22,7 +22,6 @@ #endif #if defined(__clang__) && defined( BOOST_NO_CXX14_CONSTEXPR ) -// Clang 4+ in C++11 mode works too, but how to detect it? # undef HAVE_CONSTEXPR_INIT #endif