Changes libcds library path
[junction.git] / junction / ConcurrentMap_Crude.h
index d064a4805b155a1b2702b1eeb5afeea8b9a751a8..0d8fd162687a5ca3d79284bb967de3a7a6318ea3 100644 (file)
@@ -49,7 +49,7 @@ public:
         delete[] m_cells;
     }
 
-    void set(Key key, Value value) {
+    void assign(Key key, Value value) {
         TURF_ASSERT(key != KeyTraits::NullKey);
         TURF_ASSERT(value != Value(ValueTraits::NullValue));