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