Updated title page specifying assumption of variadic macro support.

This commit is contained in:
Edward Diener
2020-09-19 07:59:43 -04:00
parent 9fcd0a289a
commit 4b1d674a17

View File

@ -12,8 +12,8 @@
support for preprocessor metaprogramming. The library supports
both C++ and C compilation. It does not depend on any other Boost
libraries and therefore may be used as a standalone library.<br>
<br>
The library assumes that the compiler supports variadic macros.
</div>
<div>The library assumes that the compiler supports variadic macros.
Since variadic macros are a C99 or C++11 feature the library
ostensibly requires at least compilation at those C or C++
standard levels. A number of compilers support variadic macros at