This website requires JavaScript.
Explore
Help
Sign In
boostorg
/
preprocessor
Watch
1
Star
0
Fork
1
You've already forked preprocessor
mirror of
https://github.com/boostorg/preprocessor.git
synced
2026-01-30 10:02:11 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e231fe7ad98cd6eeaa240c1b95f16dc867841867
preprocessor
/
include
/
boost
/
preprocessor
/
variadic
History
Edward Diener
3ac4c915a3
In C++20 variadic data can be empty. This means that BOOST_PP_VARIADIC_SIZE now returns 0 for empty data instead of 1, and that conversions to and from empty variadic data and lists or arrays, which can be empty, work properly.
2020-06-29 21:57:23 -04:00
..
detail
Fixed __VA_OPT__ functionality for vc++ in c20 mode.
2019-11-12 14:57:09 -05: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
has_opt.hpp
Fixed __VA_OPT__ functionality for vc++ in c20 mode.
2019-11-12 14:57:09 -05:00
size.hpp
In C++20 variadic data can be empty. This means that BOOST_PP_VARIADIC_SIZE now returns 0 for empty data instead of 1, and that conversions to and from empty variadic data and lists or arrays, which can be empty, work properly.
2020-06-29 21:57:23 -04:00
to_array.hpp
In C++20 variadic data can be empty. This means that BOOST_PP_VARIADIC_SIZE now returns 0 for empty data instead of 1, and that conversions to and from empty variadic data and lists or arrays, which can be empty, work properly.
2020-06-29 21:57:23 -04:00
to_list.hpp
In C++20 variadic data can be empty. This means that BOOST_PP_VARIADIC_SIZE now returns 0 for empty data instead of 1, and that conversions to and from empty variadic data and lists or arrays, which can be empty, work properly.
2020-06-29 21:57:23 -04: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