diff --git a/include/boost/concept_check.hpp b/include/boost/concept_check.hpp index 9cfd281..292f37d 100644 --- a/include/boost/concept_check.hpp +++ b/include/boost/concept_check.hpp @@ -878,7 +878,7 @@ namespace boost typename BackInsertionSequence::const_reference r = cc.back(); ignore_unused_variable_warning(r); - }; + } S c; typename S::value_type t; };