From 9521991561bf574772ce48d38c299c488f3ef62d Mon Sep 17 00:00:00 2001 From: "Vicente J. Botet Escriba" Date: Sat, 20 Apr 2013 14:02:02 +0000 Subject: [PATCH] Concept: fix minor warning. [SVN r83983] --- include/boost/concept_check.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };