From f7f60a8da63814472cf11a118e717ea505ff8804 Mon Sep 17 00:00:00 2001 From: ChristophStrehle <44437011+ChristophStrehle@users.noreply.github.com> Date: Sun, 28 Jul 2019 09:23:27 +0200 Subject: [PATCH] Variable number of arguments for boost test suite macros (#2043) The macros defined in unit_test_suite.hpp have a variable number of arguments if BOOST_PP_VARIADICS is defined. See: https://github.com/boostorg/test/blob/develop/include/boost/test/unit_test_suite.hpp --- cfg/boost.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cfg/boost.cfg b/cfg/boost.cfg index 5c33f6812..8fd91de42 100644 --- a/cfg/boost.cfg +++ b/cfg/boost.cfg @@ -9,11 +9,11 @@ - + - + @@ -25,8 +25,8 @@ - - + +