X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Fstress%2Fset%2Fset_type.h;h=3d0edd7c5730f08b99fad774106b2b0cea958b57;hb=1011e89e24d83d53642754691fade33ce8ca5c29;hp=0fa5182bb1a4e342b460bf6a16383d279b96a470;hpb=2402fb1beb25ec532cea91c8dfbb9425eb5bdf48;p=libcds.git diff --git a/test/stress/set/set_type.h b/test/stress/set/set_type.h index 0fa5182b..3d0edd7c 100644 --- a/test/stress/set/set_type.h +++ b/test/stress/set/set_type.h @@ -183,7 +183,7 @@ namespace set { key_type key; value_type val; - /*explicit*/ key_val( key_type const& k ): key(k), val() {} + explicit key_val( key_type const& k ): key(k), val() {} key_val( key_type const& k, value_type const& v ): key(k), val(v) {} template