We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be04bf commit 070e351Copy full SHA for 070e351
include/boost/geometry/geometry.hpp
@@ -20,13 +20,10 @@
20
#ifndef BOOST_GEOMETRY_GEOMETRY_HPP
21
#define BOOST_GEOMETRY_GEOMETRY_HPP
22
23
-#if !defined(BOOST_GEOMETRY_DISABLE_DEPRECATED_03_WARNING)
24
#include <boost/config.hpp>
+
25
#if defined(BOOST_NO_CXX14_CONSTEXPR)
26
-#include <boost/config/pragma_message.hpp>
27
-BOOST_PRAGMA_MESSAGE("CAUTION: Boost.Geometry in Boost 1.73 deprecates support for C++03 and will require C++14 from Boost 1.75 onwards.")
28
-BOOST_PRAGMA_MESSAGE("CAUTION: Define BOOST_GEOMETRY_DISABLE_DEPRECATED_03_WARNING to suppress this message.")
29
-#endif
+#error "Use C++14 or higher to compile Boost.Geometry, or use Boost 1.72 or lower."
30
#endif
31
32
// Shortcut to include all header files
0 commit comments