vmd_compilers.qbk 1.1 KB

123456789101112131415161718192021222324252627
  1. [/
  2. (C) Copyright Edward Diener 2011-2015
  3. Distributed under the Boost Software License, Version 1.0.
  4. (See accompanying file LICENSE_1_0.txt or copy at
  5. http://www.boost.org/LICENSE_1_0.txt).
  6. ]
  7. [section:vmd_compilers Compilers]
  8. On Windows I have tested this library using gcc/MingW, VC++, and clang targeting gcc.
  9. The compilers tested are gcc 4.3.0, 4.4.0, 4.5.0-1, 4.5.2-1, 4.6.0,
  10. 4.6.1, 4.6.2, 4.7.0, 4.7.2, 4.8.1, 4.8.2, 4.8.3, 4.8.4, 4.8.5, 4.9.0, 4.9.1, 4.9.2, 4.9.3,
  11. 5.1.0, 5.2.0, VC++ 8.0, 9.0, 10.0, 11.0, 12.0, 14.0. and clang 3.4, 3.5, 3.6, 3.7, and the
  12. latest clang build from source.
  13. On Linux I have tested this library using gcc 4.4.7, 4.6.4, 4.7.3, 4.8.2, 4.8.3, 4.9.1,
  14. clang 3.3, 3.4, 3.5, and the latest clang build from source, and Intel C++ 12.1. 13.0,
  15. 14.0, 15.0, 16.0.
  16. For VC++ 8.0 the BOOST_VMD_IS_EMPTY and BOOST_VMD_ASSERT_IS_EMPTY macros
  17. take a single parameter rather than variadic data because this
  18. version of VC++ does not accept variadic data which may be empty.
  19. The compilers supported are those which are deemed to offer C99/C++11
  20. variadic macro support for Boost PP as represented by the BOOST_PP_VARIADICS macro.
  21. [endsect]