소스 검색

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"