Skip to content

Conversation

@daminetreg
Copy link
Contributor

As discovered by @Flast one testcase had a comma too much when BOOST_PP_VARIADICS is disabled. This commit just remove this comma.

Tested with gcc-4.9.2 :

  • bjam -j8 -a cxxflags="--std=c++98 -DBOOST_PP_VARIADICS=0"
  • bjam -j8 -a cxxflags="--std=c++98 -DBOOST_PP_VARIADICS=1"
  • bjam -j8 -a cxxflags="--std=c++11 -DBOOST_PP_VARIADICS=0"
  • bjam -j8 -a cxxflags="--std=c++11 -DBOOST_PP_VARIADICS=1"
  • bjam -j8 -a cxxflags="--std=c++14 -DBOOST_PP_VARIADICS=0"
  • bjam -j8 -a cxxflags="--std=c++14 -DBOOST_PP_VARIADICS=1"

So this time should be ok. 😄

djowel added a commit that referenced this pull request Apr 29, 2015
Fix testcase when BOOST_PP_VARIADICS is disabled
@djowel djowel merged commit b10d91a into boostorg:master Apr 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants