Fixes for C++98
[junction.git] / junction / extra / impl / MapAdapter_StdMap.h
index 9fde8f4b136eb63eaf209f50bc7bd47b0ebf53f5..9ec81dacc3a47ea2121b6647a11eb3d4b422b9d8 100644 (file)
@@ -22,7 +22,7 @@ namespace extra {
 
 class MapAdapter {
 public:
-    static TURF_CONSTEXPR const char* MapName = "std::map + std::mutex";
+    static TURF_CONSTEXPR const char* getMapName() { return "std::map + std::mutex"; }
 
     MapAdapter(ureg) {
     }