Remove CDS_OPTIONS macro
[libcds.git] / 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 {