Qt Code:
#ifdef Q_CC_MSVC #include<hash_map> using namespace stdext; #endif #ifdef Q_CC_GNU #include<ext/hash_map> using namespace __gnu_cxx; #endifTo copy to clipboard, switch view to plain text mode
Qt Code:
#ifdef Q_CC_MSVC #include<hash_map> using namespace stdext; #endif #ifdef Q_CC_GNU #include<ext/hash_map> using namespace __gnu_cxx; #endifTo copy to clipboard, switch view to plain text mode
Bookmarks