0xd34df00d
06.07.2011 15:46 Azoth_primary
/home/d34df00d/Programming/leechcraft/src/plugins/azoth/plugins/xoox/userlocatio n.cpp:104: error: default template arguments may not be used in function templates without -std=c++0x or -std=gnu++0x
СУКА
ПЕРЕГРУЗИ ФУНКЦИЮ, БЛДЖАД
Как? Хочу сделать вещь типа
template<typename T = QString>
Foo operator() (const QString& param, const T& = T ())
kinda: template<typename T> Foo operator() (const QString& param, const T&); Foo operator() (const QString& param) { this→operator()<QString>(param, QString());}
А, разумно. Но я уже все равно чуточку по-другому сделал.