1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright 2017 Joaquin M Lopez Munoz. 4 Distributed under the Boost Software License, Version 1.0. 5 (See accompanying file LICENSE_1_0.txt or copy at 6 http://www.boost.org/LICENSE_1_0.txt) 7 8 See http://www.boost.org/libs/poly_collection for library home page. 9--> 10<explicit-failures-markup> 11 <library name="poly_collection"> 12 <mark-unusable> 13 <toolset name="clang*-3.0*"/> 14 <toolset name="clang*-3.1*"/> 15 <toolset name="clang*-3.2*"/> 16 <toolset name="gcc*-3.*"/> 17 <toolset name="gcc*-4.0*"/> 18 <toolset name="gcc*-4.1*"/> 19 <toolset name="gcc*-4.2*"/> 20 <toolset name="gcc*-4.3*"/> 21 <toolset name="gcc*-4.4*"/> 22 <toolset name="gcc*-4.5*"/> 23 <toolset name="gcc*-4.6*"/> 24 <toolset name="gcc*-4.7*"/> 25 <toolset name="qcc*-3.*"/> 26 <toolset name="qcc*-4.0*"/> 27 <toolset name="qcc*-4.1*"/> 28 <toolset name="qcc*-4.2*"/> 29 <toolset name="qcc*-4.3*"/> 30 <toolset name="qcc*-4.4*"/> 31 <toolset name="qcc*-4.5*"/> 32 <toolset name="qcc*-4.6*"/> 33 <toolset name="qcc*-4.7*"/> 34 <toolset name="msvc-7.1"/> 35 <toolset name="msvc-8.0"/> 36 <toolset name="msvc-9.0"/> 37 <toolset name="msvc-10.0"/> 38 <toolset name="msvc-11.0"/> 39 <toolset name="msvc-12.0"/> 40 <note author="Joaquín M López Muñoz" date="18 Jun 2017"> 41 Compiler's too old for working. 42 </note> 43 </mark-unusable> 44 <mark-unusable> 45 <toolset name="*98"/> 46 <note author="Joaquín M López Muñoz" date="18 Jun 2017"> 47 C++11 or later required. 48 </note> 49 </mark-unusable> 50 </library> 51</explicit-failures-markup>