Concept: fix minor warning.

[SVN r83983]
This commit is contained in:
Vicente J. Botet Escriba
2013-04-20 14:02:02 +00:00
parent 38154ae6cf
commit 9521991561

View File

@@ -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;
};