This website requires JavaScript.
Explore
Help
Sign In
townforge
/
preprocessor
Watch
1
Star
0
Fork
0
You've already forked preprocessor
Code
Issues
Pull Requests
Releases
Wiki
Activity
624
Commits
1
Branch
0
Tags
3.6
MiB
cc
Commit Graph
2 Commits
Author
SHA1
Message
Date
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
Edward Diener
c436de6142
Adjusted the configuration so that compiling a cuda source file ( .cu ) using clang does not set BOOST_PP_VARIADICS to 0. An 'explicit' test was also added for this situation.
2019-09-14 10:27:14 -04:00