Test output: teeks99-dkr-dg13-20 - contract - public_function-max_args / gcc-13~c++20
Rev 2daa88693ba1405d83aa1c453a4f60d9d2cdac64 / Thu, 21 Nov 2024 22:10:16 +0000
Compile [2024-11-22 01:13:13 UTC]: fail


    "g++-13"   -fvisibility-inlines-hidden -std=c++20 -fPIC -m64 -pthread -O0 -fno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTRACT_DYN_LINK   -I".." -I"../libs/contract/test/public_function"  -c -o "/var/boost/run/results/boost/bin.v2/libs/contract/test/public_function-max_args.test/gcc-13~c++20/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/public_function/max_args.o" "../libs/contract/test/public_function/max_args.cpp"

In file included from ../libs/contract/test/public_function/max_args.cpp:9:
../libs/contract/test/public_function/max_args.hpp: In function 'int main()':
../libs/contract/test/public_function/max_args.hpp:163:20: error: 'BOOST_CONTRACT_TEST_MAX_ARGS_N_' was not declared in this scope
  163 |                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:18:36: note: in expansion of macro 'BOOST_CONTRACT_TEST_MAX_ARGS_TEST_'
   18 | # define BOOST_PP_REPEAT_1_1(m, d) m(2, 0, d)
      |                                    ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:19:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_1'
   19 | # define BOOST_PP_REPEAT_1_2(m, d) BOOST_PP_REPEAT_1_1(m, d) m(2, 1, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:20:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_2'
   20 | # define BOOST_PP_REPEAT_1_3(m, d) BOOST_PP_REPEAT_1_2(m, d) m(2, 2, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:21:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_3'
   21 | # define BOOST_PP_REPEAT_1_4(m, d) BOOST_PP_REPEAT_1_3(m, d) m(2, 3, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:22:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_4'
   22 | # define BOOST_PP_REPEAT_1_5(m, d) BOOST_PP_REPEAT_1_4(m, d) m(2, 4, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:23:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_5'
   23 | # define BOOST_PP_REPEAT_1_6(m, d) BOOST_PP_REPEAT_1_5(m, d) m(2, 5, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:24:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_6'
   24 | # define BOOST_PP_REPEAT_1_7(m, d) BOOST_PP_REPEAT_1_6(m, d) m(2, 6, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:25:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_7'
   25 | # define BOOST_PP_REPEAT_1_8(m, d) BOOST_PP_REPEAT_1_7(m, d) m(2, 7, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:26:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_8'
   26 | # define BOOST_PP_REPEAT_1_9(m, d) BOOST_PP_REPEAT_1_8(m, d) m(2, 8, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:27:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_9'
   27 | # define BOOST_PP_REPEAT_1_10(m, d) BOOST_PP_REPEAT_1_9(m, d) m(2, 9, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:28:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_10'
   28 | # define BOOST_PP_REPEAT_1_11(m, d) BOOST_PP_REPEAT_1_10(m, d) m(2, 10, d)
      |                                     ^~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_11'
   44 | # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
      |                                       ^~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:39:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
   39 | # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_1'
   29 | #    define BOOST_PP_CAT_I(a, b) a ## b
      |                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
   22 | #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
      |                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro 'BOOST_PP_CAT'
   30 | # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
      |                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro 'BOOST_PP_REPEAT'
  199 |     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
      |     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:163:54: error: expected primary-expression before ')' token
  163 |                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
      |                                                      ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:18:36: note: in expansion of macro 'BOOST_CONTRACT_TEST_MAX_ARGS_TEST_'
   18 | # define BOOST_PP_REPEAT_1_1(m, d) m(2, 0, d)
      |                                    ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:19:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_1'
   19 | # define BOOST_PP_REPEAT_1_2(m, d) BOOST_PP_REPEAT_1_1(m, d) m(2, 1, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:20:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_2'
   20 | # define BOOST_PP_REPEAT_1_3(m, d) BOOST_PP_REPEAT_1_2(m, d) m(2, 2, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:21:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_3'
   21 | # define BOOST_PP_REPEAT_1_4(m, d) BOOST_PP_REPEAT_1_3(m, d) m(2, 3, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:22:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_4'
   22 | # define BOOST_PP_REPEAT_1_5(m, d) BOOST_PP_REPEAT_1_4(m, d) m(2, 4, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:23:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_5'
   23 | # define BOOST_PP_REPEAT_1_6(m, d) BOOST_PP_REPEAT_1_5(m, d) m(2, 5, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:24:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_6'
   24 | # define BOOST_PP_REPEAT_1_7(m, d) BOOST_PP_REPEAT_1_6(m, d) m(2, 6, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:25:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_7'
   25 | # define BOOST_PP_REPEAT_1_8(m, d) BOOST_PP_REPEAT_1_7(m, d) m(2, 7, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:26:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_8'
   26 | # define BOOST_PP_REPEAT_1_9(m, d) BOOST_PP_REPEAT_1_8(m, d) m(2, 8, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:27:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_9'
   27 | # define BOOST_PP_REPEAT_1_10(m, d) BOOST_PP_REPEAT_1_9(m, d) m(2, 9, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:28:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_10'
   28 | # define BOOST_PP_REPEAT_1_11(m, d) BOOST_PP_REPEAT_1_10(m, d) m(2, 10, d)
      |                                     ^~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_11'
   44 | # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
      |                                       ^~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:39:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
   39 | # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_1'
   29 | #    define BOOST_PP_CAT_I(a, b) a ## b
      |                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
   22 | #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
      |                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro 'BOOST_PP_CAT'
   30 | # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
      |                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro 'BOOST_PP_REPEAT'
  199 |     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
      |     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:162:31: error: 'BOOST_PP_ENUM_2' was not declared in this scope; did you mean 'BOOST_PP_INC_2'?
  162 |         aa.BOOST_PP_CAT(f, n)(BOOST_PP_ENUM_ ## z( \
      |                               ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:18:36: note: in expansion of macro 'BOOST_CONTRACT_TEST_MAX_ARGS_TEST_'
   18 | # define BOOST_PP_REPEAT_1_1(m, d) m(2, 0, d)
      |                                    ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:19:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_1'
   19 | # define BOOST_PP_REPEAT_1_2(m, d) BOOST_PP_REPEAT_1_1(m, d) m(2, 1, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:20:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_2'
   20 | # define BOOST_PP_REPEAT_1_3(m, d) BOOST_PP_REPEAT_1_2(m, d) m(2, 2, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:21:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_3'
   21 | # define BOOST_PP_REPEAT_1_4(m, d) BOOST_PP_REPEAT_1_3(m, d) m(2, 3, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:22:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_4'
   22 | # define BOOST_PP_REPEAT_1_5(m, d) BOOST_PP_REPEAT_1_4(m, d) m(2, 4, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:23:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_5'
   23 | # define BOOST_PP_REPEAT_1_6(m, d) BOOST_PP_REPEAT_1_5(m, d) m(2, 5, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:24:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_6'
   24 | # define BOOST_PP_REPEAT_1_7(m, d) BOOST_PP_REPEAT_1_6(m, d) m(2, 6, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:25:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_7'
   25 | # define BOOST_PP_REPEAT_1_8(m, d) BOOST_PP_REPEAT_1_7(m, d) m(2, 7, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:26:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_8'
   26 | # define BOOST_PP_REPEAT_1_9(m, d) BOOST_PP_REPEAT_1_8(m, d) m(2, 8, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:27:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_9'
   27 | # define BOOST_PP_REPEAT_1_10(m, d) BOOST_PP_REPEAT_1_9(m, d) m(2, 9, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:28:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_10'
   28 | # define BOOST_PP_REPEAT_1_11(m, d) BOOST_PP_REPEAT_1_10(m, d) m(2, 10, d)
      |                                     ^~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_11'
   44 | # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
      |                                       ^~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:39:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
   39 | # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_1'
   29 | #    define BOOST_PP_CAT_I(a, b) a ## b
      |                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
   22 | #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
      |                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro 'BOOST_PP_CAT'
   30 | # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
      |                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro 'BOOST_PP_REPEAT'
  199 |     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
      |     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:163:54: error: expected primary-expression before ')' token
  163 |                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
      |                                                      ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:19:62: note: in expansion of macro 'BOOST_CONTRACT_TEST_MAX_ARGS_TEST_'
   19 | # define BOOST_PP_REPEAT_1_2(m, d) BOOST_PP_REPEAT_1_1(m, d) m(2, 1, d)
      |                                                              ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:20:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_2'
   20 | # define BOOST_PP_REPEAT_1_3(m, d) BOOST_PP_REPEAT_1_2(m, d) m(2, 2, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:21:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_3'
   21 | # define BOOST_PP_REPEAT_1_4(m, d) BOOST_PP_REPEAT_1_3(m, d) m(2, 3, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:22:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_4'
   22 | # define BOOST_PP_REPEAT_1_5(m, d) BOOST_PP_REPEAT_1_4(m, d) m(2, 4, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:23:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_5'
   23 | # define BOOST_PP_REPEAT_1_6(m, d) BOOST_PP_REPEAT_1_5(m, d) m(2, 5, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:24:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_6'
   24 | # define BOOST_PP_REPEAT_1_7(m, d) BOOST_PP_REPEAT_1_6(m, d) m(2, 6, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:25:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_7'
   25 | # define BOOST_PP_REPEAT_1_8(m, d) BOOST_PP_REPEAT_1_7(m, d) m(2, 7, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:26:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_8'
   26 | # define BOOST_PP_REPEAT_1_9(m, d) BOOST_PP_REPEAT_1_8(m, d) m(2, 8, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:27:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_9'
   27 | # define BOOST_PP_REPEAT_1_10(m, d) BOOST_PP_REPEAT_1_9(m, d) m(2, 9, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:28:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_10'
   28 | # define BOOST_PP_REPEAT_1_11(m, d) BOOST_PP_REPEAT_1_10(m, d) m(2, 10, d)
      |                                     ^~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_11'
   44 | # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
      |                                       ^~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:39:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
   39 | # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_1'
   29 | #    define BOOST_PP_CAT_I(a, b) a ## b
      |                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
   22 | #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
      |                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro 'BOOST_PP_CAT'
   30 | # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
      |                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro 'BOOST_PP_REPEAT'
  199 |     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
      |     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:163:54: error: expected primary-expression before ')' token
  163 |                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
      |                                                      ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:20:62: note: in expansion of macro 'BOOST_CONTRACT_TEST_MAX_ARGS_TEST_'
   20 | # define BOOST_PP_REPEAT_1_3(m, d) BOOST_PP_REPEAT_1_2(m, d) m(2, 2, d)
      |                                                              ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:21:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_3'
   21 | # define BOOST_PP_REPEAT_1_4(m, d) BOOST_PP_REPEAT_1_3(m, d) m(2, 3, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:22:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_4'
   22 | # define BOOST_PP_REPEAT_1_5(m, d) BOOST_PP_REPEAT_1_4(m, d) m(2, 4, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:23:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_5'
   23 | # define BOOST_PP_REPEAT_1_6(m, d) BOOST_PP_REPEAT_1_5(m, d) m(2, 5, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:24:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_6'
   24 | # define BOOST_PP_REPEAT_1_7(m, d) BOOST_PP_REPEAT_1_6(m, d) m(2, 6, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:25:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_7'
   25 | # define BOOST_PP_REPEAT_1_8(m, d) BOOST_PP_REPEAT_1_7(m, d) m(2, 7, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:26:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_8'
   26 | # define BOOST_PP_REPEAT_1_9(m, d) BOOST_PP_REPEAT_1_8(m, d) m(2, 8, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:27:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_9'
   27 | # define BOOST_PP_REPEAT_1_10(m, d) BOOST_PP_REPEAT_1_9(m, d) m(2, 9, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:28:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_10'
   28 | # define BOOST_PP_REPEAT_1_11(m, d) BOOST_PP_REPEAT_1_10(m, d) m(2, 10, d)
      |                                     ^~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_11'
   44 | # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
      |                                       ^~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:39:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
   39 | # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_1'
   29 | #    define BOOST_PP_CAT_I(a, b) a ## b
      |                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
   22 | #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
      |                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro 'BOOST_PP_CAT'
   30 | # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
      |                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro 'BOOST_PP_REPEAT'
  199 |     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
      |     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:163:54: error: expected primary-expression before ')' token
  163 |                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
      |                                                      ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:21:62: note: in expansion of macro 'BOOST_CONTRACT_TEST_MAX_ARGS_TEST_'
   21 | # define BOOST_PP_REPEAT_1_4(m, d) BOOST_PP_REPEAT_1_3(m, d) m(2, 3, d)
      |                                                              ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:22:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_4'
   22 | # define BOOST_PP_REPEAT_1_5(m, d) BOOST_PP_REPEAT_1_4(m, d) m(2, 4, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:23:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_5'
   23 | # define BOOST_PP_REPEAT_1_6(m, d) BOOST_PP_REPEAT_1_5(m, d) m(2, 5, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:24:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_6'
   24 | # define BOOST_PP_REPEAT_1_7(m, d) BOOST_PP_REPEAT_1_6(m, d) m(2, 6, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:25:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_7'
   25 | # define BOOST_PP_REPEAT_1_8(m, d) BOOST_PP_REPEAT_1_7(m, d) m(2, 7, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:26:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_8'
   26 | # define BOOST_PP_REPEAT_1_9(m, d) BOOST_PP_REPEAT_1_8(m, d) m(2, 8, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:27:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_9'
   27 | # define BOOST_PP_REPEAT_1_10(m, d) BOOST_PP_REPEAT_1_9(m, d) m(2, 9, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:28:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_10'
   28 | # define BOOST_PP_REPEAT_1_11(m, d) BOOST_PP_REPEAT_1_10(m, d) m(2, 10, d)
      |                                     ^~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_11'
   44 | # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
      |                                       ^~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:39:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
   39 | # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_1'
   29 | #    define BOOST_PP_CAT_I(a, b) a ## b
      |                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
   22 | #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
      |                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro 'BOOST_PP_CAT'
   30 | # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
      |                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro 'BOOST_PP_REPEAT'
  199 |     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
      |     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:163:54: error: expected primary-expression before ')' token
  163 |                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
      |                                                      ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:22:62: note: in expansion of macro 'BOOST_CONTRACT_TEST_MAX_ARGS_TEST_'
   22 | # define BOOST_PP_REPEAT_1_5(m, d) BOOST_PP_REPEAT_1_4(m, d) m(2, 4, d)
      |                                                              ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:23:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_5'
   23 | # define BOOST_PP_REPEAT_1_6(m, d) BOOST_PP_REPEAT_1_5(m, d) m(2, 5, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:24:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_6'
   24 | # define BOOST_PP_REPEAT_1_7(m, d) BOOST_PP_REPEAT_1_6(m, d) m(2, 6, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:25:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_7'
   25 | # define BOOST_PP_REPEAT_1_8(m, d) BOOST_PP_REPEAT_1_7(m, d) m(2, 7, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:26:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_8'
   26 | # define BOOST_PP_REPEAT_1_9(m, d) BOOST_PP_REPEAT_1_8(m, d) m(2, 8, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:27:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_9'
   27 | # define BOOST_PP_REPEAT_1_10(m, d) BOOST_PP_REPEAT_1_9(m, d) m(2, 9, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:28:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_10'
   28 | # define BOOST_PP_REPEAT_1_11(m, d) BOOST_PP_REPEAT_1_10(m, d) m(2, 10, d)
      |                                     ^~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_11'
   44 | # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
      |                                       ^~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:39:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
   39 | # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_1'
   29 | #    define BOOST_PP_CAT_I(a, b) a ## b
      |                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
   22 | #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
      |                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro 'BOOST_PP_CAT'
   30 | # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
      |                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro 'BOOST_PP_REPEAT'
  199 |     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
      |     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:163:54: error: expected primary-expression before ')' token
  163 |                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
      |                                                      ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:23:62: note: in expansion of macro 'BOOST_CONTRACT_TEST_MAX_ARGS_TEST_'
   23 | # define BOOST_PP_REPEAT_1_6(m, d) BOOST_PP_REPEAT_1_5(m, d) m(2, 5, d)
      |                                                              ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:24:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_6'
   24 | # define BOOST_PP_REPEAT_1_7(m, d) BOOST_PP_REPEAT_1_6(m, d) m(2, 6, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:25:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_7'
   25 | # define BOOST_PP_REPEAT_1_8(m, d) BOOST_PP_REPEAT_1_7(m, d) m(2, 7, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:26:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_8'
   26 | # define BOOST_PP_REPEAT_1_9(m, d) BOOST_PP_REPEAT_1_8(m, d) m(2, 8, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:27:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_9'
   27 | # define BOOST_PP_REPEAT_1_10(m, d) BOOST_PP_REPEAT_1_9(m, d) m(2, 9, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:28:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_10'
   28 | # define BOOST_PP_REPEAT_1_11(m, d) BOOST_PP_REPEAT_1_10(m, d) m(2, 10, d)
      |                                     ^~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_11'
   44 | # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
      |                                       ^~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:39:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
   39 | # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_1'
   29 | #    define BOOST_PP_CAT_I(a, b) a ## b
      |                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
   22 | #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
      |                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro 'BOOST_PP_CAT'
   30 | # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
      |                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro 'BOOST_PP_REPEAT'
  199 |     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
      |     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:163:54: error: expected primary-expression before ')' token
  163 |                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
      |                                                      ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:24:62: note: in expansion of macro 'BOOST_CONTRACT_TEST_MAX_ARGS_TEST_'
   24 | # define BOOST_PP_REPEAT_1_7(m, d) BOOST_PP_REPEAT_1_6(m, d) m(2, 6, d)
      |                                                              ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:25:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_7'
   25 | # define BOOST_PP_REPEAT_1_8(m, d) BOOST_PP_REPEAT_1_7(m, d) m(2, 7, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:26:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_8'
   26 | # define BOOST_PP_REPEAT_1_9(m, d) BOOST_PP_REPEAT_1_8(m, d) m(2, 8, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:27:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_9'
   27 | # define BOOST_PP_REPEAT_1_10(m, d) BOOST_PP_REPEAT_1_9(m, d) m(2, 9, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:28:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_10'
   28 | # define BOOST_PP_REPEAT_1_11(m, d) BOOST_PP_REPEAT_1_10(m, d) m(2, 10, d)
      |                                     ^~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_11'
   44 | # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
      |                                       ^~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:39:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
   39 | # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_1'
   29 | #    define BOOST_PP_CAT_I(a, b) a ## b
      |                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
   22 | #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
      |                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro 'BOOST_PP_CAT'
   30 | # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
      |                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro 'BOOST_PP_REPEAT'
  199 |     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
      |     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:163:54: error: expected primary-expression before ')' token
  163 |                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
      |                                                      ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:25:62: note: in expansion of macro 'BOOST_CONTRACT_TEST_MAX_ARGS_TEST_'
   25 | # define BOOST_PP_REPEAT_1_8(m, d) BOOST_PP_REPEAT_1_7(m, d) m(2, 7, d)
      |                                                              ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:26:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_8'
   26 | # define BOOST_PP_REPEAT_1_9(m, d) BOOST_PP_REPEAT_1_8(m, d) m(2, 8, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:27:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_9'
   27 | # define BOOST_PP_REPEAT_1_10(m, d) BOOST_PP_REPEAT_1_9(m, d) m(2, 9, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:28:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_10'
   28 | # define BOOST_PP_REPEAT_1_11(m, d) BOOST_PP_REPEAT_1_10(m, d) m(2, 10, d)
      |                                     ^~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_11'
   44 | # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
      |                                       ^~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:39:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
   39 | # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_1'
   29 | #    define BOOST_PP_CAT_I(a, b) a ## b
      |                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
   22 | #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
      |                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro 'BOOST_PP_CAT'
   30 | # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
      |                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro 'BOOST_PP_REPEAT'
  199 |     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
      |     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:163:54: error: expected primary-expression before ')' token
  163 |                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
      |                                                      ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:26:62: note: in expansion of macro 'BOOST_CONTRACT_TEST_MAX_ARGS_TEST_'
   26 | # define BOOST_PP_REPEAT_1_9(m, d) BOOST_PP_REPEAT_1_8(m, d) m(2, 8, d)
      |                                                              ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:27:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_9'
   27 | # define BOOST_PP_REPEAT_1_10(m, d) BOOST_PP_REPEAT_1_9(m, d) m(2, 9, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:28:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_10'
   28 | # define BOOST_PP_REPEAT_1_11(m, d) BOOST_PP_REPEAT_1_10(m, d) m(2, 10, d)
      |                                     ^~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_11'
   44 | # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
      |                                       ^~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:39:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
   39 | # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_1'
   29 | #    define BOOST_PP_CAT_I(a, b) a ## b
      |                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
   22 | #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
      |                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro 'BOOST_PP_CAT'
   30 | # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
      |                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro 'BOOST_PP_REPEAT'
  199 |     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
      |     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:163:54: error: expected primary-expression before ')' token
  163 |                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
      |                                                      ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:27:63: note: in expansion of macro 'BOOST_CONTRACT_TEST_MAX_ARGS_TEST_'
   27 | # define BOOST_PP_REPEAT_1_10(m, d) BOOST_PP_REPEAT_1_9(m, d) m(2, 9, d)
      |                                                               ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:28:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_10'
   28 | # define BOOST_PP_REPEAT_1_11(m, d) BOOST_PP_REPEAT_1_10(m, d) m(2, 10, d)
      |                                     ^~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_11'
   44 | # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
      |                                       ^~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:39:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
   39 | # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_1'
   29 | #    define BOOST_PP_CAT_I(a, b) a ## b
      |                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
   22 | #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
      |                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro 'BOOST_PP_CAT'
   30 | # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
      |                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro 'BOOST_PP_REPEAT'
  199 |     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
      |     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:163:54: error: expected primary-expression before ')' token
  163 |                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
      |                                                      ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:28:64: note: in expansion of macro 'BOOST_CONTRACT_TEST_MAX_ARGS_TEST_'
   28 | # define BOOST_PP_REPEAT_1_11(m, d) BOOST_PP_REPEAT_1_10(m, d) m(2, 10, d)
      |                                                                ^
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_11'
   44 | # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
      |                                       ^~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:39:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
   39 | # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_1'
   29 | #    define BOOST_PP_CAT_I(a, b) a ## b
      |                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
   22 | #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
      |                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro 'BOOST_PP_CAT'
   30 | # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
      |                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro 'BOOST_PP_REPEAT'
  199 |     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
      |     ^~~~~~~~~~~~~~~