forked from boostorg/preprocessor
Changed opt to has_opt in header file and HTML
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
#include <iomanip>
|
||||
#include <string.h>
|
||||
#include <boost/preprocessor/stringize.hpp>
|
||||
#include <boost/preprocessor/variadic/opt.hpp>
|
||||
#include <boost/preprocessor/variadic/has_opt.hpp>
|
||||
|
||||
static unsigned int indent = 4;
|
||||
static unsigned int width = 40;
|
||||
|
@ -38,7 +38,7 @@
|
||||
|
||||
#if BOOST_PP_VARIADICS
|
||||
|
||||
# include <boost/preprocessor/variadic/opt.hpp>
|
||||
# include <boost/preprocessor/variadic/has_opt.hpp>
|
||||
|
||||
#if defined(__cplusplus) && __cplusplus > 201703L && BOOST_PP_VARIADIC_HAS_OPT()
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#if defined(__cplusplus) && __cplusplus > 201703L
|
||||
|
||||
# include <boost/preprocessor/variadic/opt.hpp>
|
||||
# include <boost/preprocessor/variadic/has_opt.hpp>
|
||||
|
||||
BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN8) == BOOST_PP_VARIADIC_HAS_OPT() END
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#if defined(__cplusplus) && __cplusplus > 201703L
|
||||
|
||||
# include <boost/preprocessor/variadic/opt.hpp>
|
||||
# include <boost/preprocessor/variadic/has_opt.hpp>
|
||||
|
||||
BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN9) == BOOST_PP_VARIADIC_HAS_OPT() END
|
||||
|
||||
|
Reference in New Issue
Block a user