Fixes for C++98
[junction.git] / junction / extra / impl / MapAdapter_LibCuckoo.h
index 784f9b034d2847af2caa895a680eb78f23db112a..2f905872e90ba12c5bc3f8568451f361a0ad9da5 100644 (file)
@@ -26,7 +26,7 @@ namespace extra {
 
 class MapAdapter {
 public:
-    static TURF_CONSTEXPR const char* MapName = "libcuckoo cuckoohash_map";
+    static TURF_CONSTEXPR const char* getMapName() { return "libcuckoo cuckoohash_map"; }
 
     MapAdapter(ureg) {
     }