mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-30 04:07:14 +02:00
Updated title page specifying assumption of variadic macro support.
This commit is contained in:
@ -12,8 +12,8 @@
|
|||||||
support for preprocessor metaprogramming. The library supports
|
support for preprocessor metaprogramming. The library supports
|
||||||
both C++ and C compilation. It does not depend on any other Boost
|
both C++ and C compilation. It does not depend on any other Boost
|
||||||
libraries and therefore may be used as a standalone library.<br>
|
libraries and therefore may be used as a standalone library.<br>
|
||||||
<br>
|
</div>
|
||||||
The library assumes that the compiler supports variadic macros.
|
<div>The library assumes that the compiler supports variadic macros.
|
||||||
Since variadic macros are a C99 or C++11 feature the library
|
Since variadic macros are a C99 or C++11 feature the library
|
||||||
ostensibly requires at least compilation at those C or C++
|
ostensibly requires at least compilation at those C or C++
|
||||||
standard levels. A number of compilers support variadic macros at
|
standard levels. A number of compilers support variadic macros at
|
||||||
|
Reference in New Issue
Block a user