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:
3
src/libs/3rdparty/cplusplus/Parser.h
vendored
3
src/libs/3rdparty/cplusplus/Parser.h
vendored
@@ -259,7 +259,7 @@ public:
|
||||
bool skip(int l, int r);
|
||||
int find(int token, int stopAt);
|
||||
|
||||
bool lookAtTypeParameter() const;
|
||||
bool lookAtTypeParameter();
|
||||
bool lookAtCVQualifier() const;
|
||||
bool lookAtFunctionSpecifier() const;
|
||||
bool lookAtStorageClassSpecifier() const;
|
||||
@@ -277,6 +277,7 @@ public:
|
||||
int peekAtQtContextKeyword() const;
|
||||
|
||||
bool switchTemplateArguments(bool templateArguments);
|
||||
bool maybeSplitGreaterGreaterToken(int n = 1);
|
||||
|
||||
bool blockErrors(bool block);
|
||||
void warning(unsigned index, const char *format, ...);
|
||||
|
||||
Reference in New Issue
Block a user