From 72a019944cd53a851cc34849ccd8ab7ea6ff2204 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 25 Sep 2024 19:30:15 +0300 Subject: [PATCH] Remove obsolete comments --- test/sp_constexpr_test.cpp | 2 +- test/sp_constexpr_test2.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/sp_constexpr_test.cpp b/test/sp_constexpr_test.cpp index d228636..74aa095 100644 --- a/test/sp_constexpr_test.cpp +++ b/test/sp_constexpr_test.cpp @@ -75,4 +75,4 @@ int main() return boost::report_errors(); } -#endif // #if defined( BOOST_NO_CXX11_CONSEXPR ) +#endif diff --git a/test/sp_constexpr_test2.cpp b/test/sp_constexpr_test2.cpp index ed52d91..eebcbbb 100644 --- a/test/sp_constexpr_test2.cpp +++ b/test/sp_constexpr_test2.cpp @@ -65,4 +65,4 @@ int main() return boost::report_errors(); } -#endif // #if defined( BOOST_NO_CXX11_CONSEXPR ) +#endif