Updated docs

This commit is contained in:
Edward Diener
2019-10-06 22:20:19 -04:00
parent 88a0365f4d
commit bda6ad9148
4 changed files with 16 additions and 0 deletions

View File

@ -211,6 +211,7 @@ alias preprocessor_isempty : :
alias preprocessor_isempty
:
[ compile isempty.cpp ]
[ compile checkempty.cpp ]
[ compile-fail isempty_variadic_standard_failure.cpp : <define>BOOST_PP_VARIADICS=1 ]
[ compile-fail isempty_variadic_standard_failure2.cpp : <define>BOOST_PP_VARIADICS=1 ]
;