From b902afa5a06903ac85d7f5f0b7b742a8c8f6b3bf Mon Sep 17 00:00:00 2001 From: "Damien Buhl (alias daminetreg)" Date: Wed, 29 Apr 2015 15:58:41 +0200 Subject: [PATCH] fix testcase when BOOST_PP_VARIADICS is disabled. --- test/sequence/adapt_struct.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sequence/adapt_struct.cpp b/test/sequence/adapt_struct.cpp index b7e4e117..121827f5 100644 --- a/test/sequence/adapt_struct.cpp +++ b/test/sequence/adapt_struct.cpp @@ -143,7 +143,7 @@ namespace ns BOOST_FUSION_ADAPT_STRUCT( ns::employee, - (std::string, name), + (std::string, name) (BOOST_FUSION_ADAPT_AUTO, nickname) )