X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=test%2Fstress%2Fmap%2Fmap_type.h;h=44f51fb0103fd7fa273354deaa89858111d82425;hp=08373a6621ebedc1ce9d0307aa7dbf1761774eb6;hb=2402fb1beb25ec532cea91c8dfbb9425eb5bdf48;hpb=264957da64a35ca977799720ab436890d0dbf6f7 diff --git a/test/stress/map/map_type.h b/test/stress/map/map_type.h index 08373a66..44f51fb0 100644 --- a/test/stress/map/map_type.h +++ b/test/stress/map/map_type.h @@ -64,7 +64,7 @@ namespace map { struct cmp { int operator ()(Key const& k1, Key const& k2) const { - if ( less( k1, k2 ) ) + if ( less( k1, k2 )) return -1; return less( k2, k1 ) ? 1 : 0; }