C++11: Took advantage of N1757.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user