Fixes for C++98
[junction.git] / junction / extra / impl / MapAdapter_CDS_Cuckoo.h
index 56ea0dfef5d2858d8cccc6b8071e357c0bde4f73..975ab880db06d50cc5d10b05cbefefe9d2844376 100644 (file)
@@ -30,7 +30,7 @@ namespace extra {
 
 class MapAdapter {
 public:
-    static TURF_CONSTEXPR const char* MapName = "CDS CuckooMap";
+    static TURF_CONSTEXPR const char* getMapName() { return "CDS CuckooMap"; }
 
     cds::gc::HP* m_hpGC;