Skip to content

Commit 3183fc2

Browse files
committed
Handle BOOST_CONSTEXPR macros in Jamfile
1 parent cf54b3a commit 3183fc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Jamfile.v2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ doxygen autodoc
3535
\"BOOST_NOEXCEPT_OR_NOTHROW=noexcept\" \\
3636
\"BOOST_NOEXCEPT_IF(T)=noexcept(T)\" \\
3737
\"BOOST_NOEXCEPT=noexcept\" \\
38+
\"BOOST_CONSTEXPR=constexpr\" \\
39+
\"BOOST_CXX14_CONSTEXPR=constexpr\" \\
3840
\"BOOST_RV_REF(T)=T&&\" \\
3941
\"BOOST_RV_REF_BEG=\" \\
4042
\"BOOST_RV_REF_END=&&\" \\

0 commit comments

Comments
 (0)