Remove CDS_CXX11_VARIADIC_TEMPLATE_SUPPORT macro and emulating code
[libcds.git] / cds / opt / options.h
index 9b34428adcc708f990dc16a4ed53c78ab6573a69..eae694709aa168ee717959fb30ebc7f480bd37c8 100644 (file)
@@ -704,10 +704,6 @@ namespace opt {
 
 }}  // namespace cds::opt
 
-#ifdef CDS_CXX11_VARIADIC_TEMPLATE_SUPPORT
-#   include <cds/opt/make_options_var.h>
-#else
-#   include <cds/opt/make_options_std.h>
-#endif
+#include <cds/opt/make_options_var.h>
 
 #endif  // #ifndef __CDS_OPT_OPTIONS_H