From 4b1d674a173ce11a9de54972bcfe30d965b9f293 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Sat, 19 Sep 2020 07:59:43 -0400 Subject: [PATCH] Updated title page specifying assumption of variadic macro support. --- doc/title.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/title.html b/doc/title.html index ce13018..a13b199 100644 --- a/doc/title.html +++ b/doc/title.html @@ -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.
-
- The library assumes that the compiler supports variadic macros. + +
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