]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/vmd/doc/vmd_compilers.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / vmd / doc / vmd_compilers.qbk
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
8 [section:vmd_compilers Compilers]
9
10 On Windows I have tested this library using gcc/MingW, VC++, and clang targeting gcc.
11 The compilers tested are gcc 4.3.0, 4.4.0, 4.5.0-1, 4.5.2-1, 4.6.0,
12 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,
13 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
14 latest clang build from source.
15
16 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,
17 clang 3.3, 3.4, 3.5, and the latest clang build from source, and Intel C++ 12.1. 13.0,
18 14.0, 15.0, 16.0.
19
20 For VC++ 8.0 the BOOST_VMD_IS_EMPTY and BOOST_VMD_ASSERT_IS_EMPTY macros
21 take a single parameter rather than variadic data because this
22 version of VC++ does not accept variadic data which may be empty.
23
24 The compilers supported are those which are deemed to offer C99/C++11
25 variadic macro support for Boost PP as represented by the BOOST_PP_VARIADICS macro.
26
27 [endsect]