issue#11: tests/unit: changed .h file guard prefix to CDSUNIT_xxx
[libcds.git] / tests / unit / map2 / std_map.h
index 58508cd60427092c07f39250698cd47095403bd5..6923472c5489d264ea32fa88e5798ab27ee4a5f5 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDSUNIT_STD_MAP_GCC_H
-#define __CDSUNIT_STD_MAP_GCC_H
+#ifndef CDSUNIT_STD_MAP_GCC_H
+#define CDSUNIT_STD_MAP_GCC_H
 
 #include <map>
 #include <mutex>    //unique_lock
@@ -86,4 +86,4 @@ namespace map2 {
     };
 }   // namespace map
 
-#endif  // #ifndef __CDSUNIT_STD_MAP_GCC_H
+#endif  // #ifndef CDSUNIT_STD_MAP_GCC_H