Salome HOME
DCQ:prepare 2.0.0
[modules/smesh.git] / src / SMESHDS / SMESHDS_Mesh.hxx
index 7d26b22664c44455178b6ee84e7b2bdc450cc685..62b03798d7c7693b501dfbaf41760b46a8ae2d24 100644 (file)
@@ -47,6 +47,8 @@
 #ifdef __GNUC__
 #if __GNUC__ < 3
        #include <hash_map.h>
+        // _CS_gbo_100504 Do not forget to define the namespace alias gstd
+        namespace gstd { using ::hash_map; } // inherits globals
 #else
        #include <ext/hash_map>
        namespace gstd = __gnu_cxx;