forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/10.0'
Change-Id: Iff4973fc4116122bcaa7aa9434294dba875ef56a
This commit is contained in:
@@ -203,7 +203,7 @@ struct Value
|
||||
inline bool is_zero () const
|
||||
{ return l == 0; }
|
||||
|
||||
template<typename T> static bool cmpImpl(T v1, T v2)
|
||||
template<typename T> static int cmpImpl(T v1, T v2)
|
||||
{
|
||||
if (v1 < v2)
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user