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
158fc13f0147530f35e7a47f130767a317e65a97
boost_preprocessor
/
include
/
boost
/
preprocessor
/
variadic
History
Edward Diener
5c83504677
Merge branch 'develop' into expand_number
...
# Conflicts: # include/boost/preprocessor/variadic/size.hpp # test/seq.cxx # test/variadic.cxx
2020-08-27 00:46:34 -04:00
..
detail
Fixed __VA_OPT__ functionality for vc++ in c20 mode.
2019-11-12 14:57:09 -05:00
limits
Updates for empty variadic data.
2020-08-26 17:47:07 -04:00
elem.hpp
Updated limit implementation.
2020-07-02 11:24:15 -04:00
has_opt.hpp
Fixed __VA_OPT__ functionality for vc++ in c20 mode.
2019-11-12 14:57:09 -05:00
size.hpp
Cleanmer variadic size implementation.
2020-08-26 21:49:21 -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