Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Compilers

I have tested this library using gcc/MingW, VC++, and clang targeting gcc on Windows. The compilers tested are gcc 3.3.3, 3.4.2, 3.4.5, 4.3.0, 4.4.0, 4.5.0-1, 4.5.2-1, 4.6.0, 4.6.1, 4.6.2, 4.7.0, 4.7.2, 4.8.1, VC++ 8.0, 9.0, 10.0, 11.0, 12.0, and the latest clang build. Other compilers which currently should work with this library are gcc on Linux and clang.

For VC++ 8.0 the BOOST_VMD_IS_BEGIN_TUPLE and BOOST_VMD_IS_EMPTY macros take a single parameter rather than variadic data because this version of VC++ does not accept variadic data which may be empty.

The compilers supported are those which are deemed to offer C99/C++11 variadic macro support for Boost PP as represented by the BOOST_PP_VARIADICS macro.


PrevUpHomeNext