mirror of
https://github.com/boostorg/concept_check.git
synced 2025-07-31 21:14:48 +02:00
Concept: fix minor warning.
[SVN r83983]
This commit is contained in:
@@ -878,7 +878,7 @@ namespace boost
|
|||||||
typename BackInsertionSequence::const_reference
|
typename BackInsertionSequence::const_reference
|
||||||
r = cc.back();
|
r = cc.back();
|
||||||
ignore_unused_variable_warning(r);
|
ignore_unused_variable_warning(r);
|
||||||
};
|
}
|
||||||
S c;
|
S c;
|
||||||
typename S::value_type t;
|
typename S::value_type t;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user