瀏覽代碼

minor change

Erik Rodner 13 年之前
父節點
當前提交
adaac9c967
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      cbaselib/ClassNames.h

+ 3 - 0
cbaselib/ClassNames.h

@@ -14,6 +14,9 @@
 
 #include <string>
 #include <map>
+
+// in future we should replace this with 
+// unordered_map, but it is still experimental but standard c++
 #include <ext/hash_map>
 
 #include "core/basics/Config.h"