Avoid references to root project.

This commit is contained in:
Rene Rivera
2024-02-04 09:56:35 -06:00
parent 667e87b339
commit a3d0db9305
66 changed files with 77 additions and 76 deletions

View File

@ -10,7 +10,7 @@
# /* See http://www.boost.org for most recent version. */
#
# include <boost/preprocessor/debug.hpp>
# include <libs/preprocessor/test/test.h>
# include "test.h"
BEGIN sizeof(BOOST_PP_ASSERT_MSG(0, "text") "") / sizeof(char) != 1 END
BEGIN sizeof(BOOST_PP_ASSERT_MSG(1, "text") "") / sizeof(char) == 1 END