forked from boostorg/utility
Fixed unused variables that show up as warnings when doing regression
tests. [SVN r11241]
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ main(int, char*[])
|
||||
{
|
||||
{
|
||||
typedef std::set<int> SetT;
|
||||
SetT::iterator i, end;
|
||||
SetT::iterator i;
|
||||
bool inserted;
|
||||
|
||||
int vals[5] = { 5, 2, 4, 9, 1 };
|
||||
|
||||
Reference in New Issue
Block a user