File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 12
12
# pragma once
13
13
#endif
14
14
15
+ #include < boost/config/pragma_message.hpp>
16
+ #if defined(BOOST_NO_CXX11_RVALUE_REFERENCES) || \
17
+ defined (BOOST_NO_CXX11_AUTO_DECLARATIONS) || \
18
+ defined(BOOST_NO_CXX11_CONSTEXPR) || \
19
+ defined(BOOST_NO_CXX11_NULLPTR) || \
20
+ defined(BOOST_NO_CXX11_NOEXCEPT) || \
21
+ defined(BOOST_NO_CXX11_DEFAULTED_FUNCTIONS) || \
22
+ defined(BOOST_NO_CXX11_FINAL) || \
23
+ defined(BOOST_NO_CXX11_ALIGNOF) || \
24
+ defined(BOOST_NO_CXX11_STATIC_ASSERT) || \
25
+ defined(BOOST_NO_CXX11_SMART_PTR) || \
26
+ defined(BOOST_NO_CXX11_HDR_INITIALIZER_LIST) || \
27
+ defined(BOOST_NO_CXX11_HDR_TYPE_TRAITS)
28
+
29
+ BOOST_PRAGMA_MESSAGE(" C++03 support is deprecated in Boost.Stacktrace 1.82 and will be removed in Boost.Stacktrace 1.84." )
30
+
31
+ #endif
32
+
15
33
#include < iosfwd>
16
34
#include < string>
17
35
You can’t perform that action at this time.
0 commit comments