Commit 1317925f authored by Martin Szulecki's avatar Martin Szulecki

Move deprecation marker also for C++ API for better compiler output

parent 2e0242bf
...@@ -47,7 +47,7 @@ public : ...@@ -47,7 +47,7 @@ public :
iterator End(); iterator End();
iterator Find(const std::string& key); iterator Find(const std::string& key);
iterator Set(const std::string& key, Node* node); iterator Set(const std::string& key, Node* node);
PLIST_WARN_DEPRECATED("use Set() instead") iterator Insert(const std::string& key, Node* node); iterator Insert(const std::string& key, Node* node) PLIST_WARN_DEPRECATED("use Set() instead");
void Remove(Node* node); void Remove(Node* node);
void Remove(const std::string& key); void Remove(const std::string& key);
std::string GetNodeKey(Node* key); std::string GetNodeKey(Node* key);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment