Remove CDS_OPTIONS macro
authorkhizmax <libcds.dev@gmail.com>
Wed, 24 Sep 2014 06:49:07 +0000 (10:49 +0400)
committerkhizmax <libcds.dev@gmail.com>
Wed, 24 Sep 2014 06:49:07 +0000 (10:49 +0400)
cds/opt/compare.h

index 592ef087f1791a6a763b37569e961ee6a8364686..b5b375a2775812aafa826d4b965ae6052f13bec9 100644 (file)
@@ -183,7 +183,7 @@ namespace cds { namespace opt {
             >::type type;
         };
 
-        template <typename T, CDS_DECL_OPTIONS>
+        template <typename T, typename... Options>
         struct make_comparator_from_option_list
         {
             struct default_traits {