X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=cds%2Fcontainer%2Fskip_list_map_impl.h;h=736692cd0e0c823b71de9795c8a6eacc7e63d081;hb=bab1583cb2db30355c138a507943cd5ad068ccf4;hp=0f9ccea6b7c5b7a59d10a1782afe81a6c606b3bb;hpb=97833f7d4af21c992583b650232af8a8c852064c;p=libcds.git diff --git a/cds/container/skip_list_map_impl.h b/cds/container/skip_list_map_impl.h index 0f9ccea6..736692cd 100644 --- a/cds/container/skip_list_map_impl.h +++ b/cds/container/skip_list_map_impl.h @@ -397,13 +397,9 @@ namespace cds { namespace container { return false; } -# ifdef CDS_EMPLACE_SUPPORT /// For key \p key inserts data of type \ref value_type constructed with std::forward(args)... /** Returns \p true if inserting successful, \p false otherwise. - - @note This function is available only for compiler that supports - variadic template and move semantics */ template bool emplace( K&& key, Args&&... args ) @@ -415,8 +411,6 @@ namespace cds { namespace container { } return false; } -# endif - /// Ensures that the \p key exists in the map /**