mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00:00
Handle BOOST_CONSTEXPR macros in Jamfile
This commit is contained in:
@@ -35,6 +35,8 @@ doxygen autodoc
|
||||
\"BOOST_NOEXCEPT_OR_NOTHROW=noexcept\" \\
|
||||
\"BOOST_NOEXCEPT_IF(T)=noexcept(T)\" \\
|
||||
\"BOOST_NOEXCEPT=noexcept\" \\
|
||||
\"BOOST_CONSTEXPR=constexpr\" \\
|
||||
\"BOOST_CXX14_CONSTEXPR=constexpr\" \\
|
||||
\"BOOST_RV_REF(T)=T&&\" \\
|
||||
\"BOOST_RV_REF_BEG=\" \\
|
||||
\"BOOST_RV_REF_END=&&\" \\
|
||||
|
||||
Reference in New Issue
Block a user