我使用Qt和我想聲明以下容器: QMap<QUrl , QSet<ClassSharedPtr> > map;
這裏ClassSharedPtr是一流的「類」的助推共享PTR。 typedef boost::shared_ptr<const Class> ClassPtr;
我加入頭文件中的#include後得到以下錯誤: error: no matching function for c
我想創建一個QSet<Tag>,我想在程序中使用它。 Tag是我的自定義類。 當我建立我的代碼獲得關於qHash超載gcc的錯誤: Exercise.cpp.o
In file included from /opt/Qt/5.5/gcc_64/include/QtCore/qglobal.h:74:0,
from /opt/Qt/5.5/gcc_64/include/QtCore