mirror of
https://github.com/boostorg/concept_check.git
synced 2025-07-30 20:47:34 +02:00
Concept: fix minor warning.
[SVN r83983]
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user