mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-29 19:57:14 +02:00
Avoid references to root project.
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
#
|
||||
# if !BOOST_PP_IS_SELFISH
|
||||
#
|
||||
# include <libs/preprocessor/test/iteration.h>
|
||||
# include "iteration.h"
|
||||
#
|
||||
# define TEST(n) BEGIN n == n END
|
||||
#
|
||||
@ -37,7 +37,7 @@
|
||||
#
|
||||
# endif
|
||||
#
|
||||
# define BOOST_PP_INDIRECT_SELF <libs/preprocessor/test/iteration.cpp>
|
||||
# define BOOST_PP_INDIRECT_SELF "iteration.cpp"
|
||||
# include BOOST_PP_INCLUDE_SELF()
|
||||
#
|
||||
# else
|
||||
|
Reference in New Issue
Block a user