This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
boost_preprocessor
Watch
1
Star
0
Fork
0
You've already forked boost_preprocessor
forked from
boostorg/preprocessor
Code
Pull Requests
Activity
Files
4cce94a84ec47903570754e2324fa46415d23d2a
boost_preprocessor
/
include
/
boost
/
preprocessor
/
variadic
History
Edward Diener
e476f10f52
Added OPT macro to determine whether C++20's __VA_OPT__ is supported or not. Updated the undocumented variadic IS_EMPTY to use the functionality of __VA_OPT__ if it exists to provide perfect functionality for testing for emptiness.
2019-09-25 06:29:04 -04:00
..
detail
Added OPT macro to determine whether C++20's __VA_OPT__ is supported or not. Updated the undocumented variadic IS_EMPTY to use the functionality of __VA_OPT__ if it exists to provide perfect functionality for testing for emptiness.
2019-09-25 06:29:04 -04:00
elem.hpp
Delay of BOOST_PP_VARIADIC_ELEM fixes problem when variadic data must be generated.
2011-08-15 15:58:25 +00:00
opt.hpp
Added OPT macro to determine whether C++20's __VA_OPT__ is supported or not. Updated the undocumented variadic IS_EMPTY to use the functionality of __VA_OPT__ if it exists to provide perfect functionality for testing for emptiness.
2019-09-25 06:29:04 -04:00
size.hpp
limited variadic support
2011-06-26 13:07:20 +00:00
to_array.hpp
limited variadic support
2011-06-26 13:07:20 +00:00
to_list.hpp
limited variadic support
2011-06-26 13:07:20 +00:00
to_seq.hpp
limited variadic support
2011-06-26 13:07:20 +00:00
to_tuple.hpp
limited variadic support
2011-06-26 13:07:20 +00:00