C++11: Took advantage of N1757.

This commit is contained in:
Paul Beckingham
2015-04-06 15:30:39 -04:00
parent afec6d451f
commit 935b2993f3
11 changed files with 81 additions and 81 deletions

View File

@@ -38,7 +38,7 @@ int main (int argc, char** argv)
{
UnitTest t (765);
std::vector <std::pair <std::string, Lexer::Type> > tokens;
std::vector <std::pair <std::string, Lexer::Type>> tokens;
std::string token;
Lexer::Type type;