issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / opt / hash.h
index 22f702e1530a3fabb871bcfb1bbd15e8b2e50aed..5d93bf26fc1f7a19073263bf0d6183c0111a031d 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_OPT_HASH_H
-#define __CDS_OPT_HASH_H
+#ifndef CDSLIB_OPT_HASH_H
+#define CDSLIB_OPT_HASH_H
 
 #include <tuple>
 #include <functional>
@@ -164,4 +164,4 @@ namespace cds { namespace opt {
 
 }} // namespace cds::opt
 
-#endif // #ifndef __CDS_OPT_HASH_H
+#endif // #ifndef CDSLIB_OPT_HASH_H