forked from qt-creator/qt-creator
C++11: Fix use of >> in template arguments.
Change-Id: Ic99ca897e7a3b9c82cf8c5093a90bf9c88dbb0ed Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -144,6 +144,7 @@ void tst_cxx11::parse_data()
|
||||
QTest::newRow("rangeFor.1") << "rangeFor.1.cpp" << "";
|
||||
QTest::newRow("aliasDecl.1") << "aliasDecl.1.cpp" << "";
|
||||
QTest::newRow("enums.1") << "enums.1.cpp" << "";
|
||||
QTest::newRow("templateGreaterGreater.1") << "templateGreaterGreater.1.cpp" << "";
|
||||
}
|
||||
|
||||
void tst_cxx11::parse()
|
||||
|
Reference in New Issue
Block a user