1<?xml version="1.0" encoding="utf-8"?> 2<explicit-failures-markup> 3 <!-- beast --> 4 <library name="beast"> 5 <mark-unusable> 6 <toolset name="clang-linux-3.0*"/> 7 <toolset name="clang-linux-3.1*"/> 8 <toolset name="clang-linux-3.2*"/> 9 <toolset name="gcc-3.*"/> 10 <toolset name="gcc-4.0*"/> 11 <toolset name="gcc-4.1*"/> 12 <toolset name="gcc-4.2*"/> 13 <toolset name="gcc-4.3*"/> 14 <toolset name="gcc-4.4*"/> 15 <toolset name="gcc-4.5*"/> 16 <toolset name="gcc-4.6*"/> 17 <toolset name="gcc-4.7*"/> 18 <toolset name="gcc-mngw-3.*"/> 19 <toolset name="gcc-mngw-4.0*"/> 20 <toolset name="gcc-mngw-4.1*"/> 21 <toolset name="gcc-mngw-4.2*"/> 22 <toolset name="gcc-mngw-4.3*"/> 23 <toolset name="gcc-mngw-4.4*"/> 24 <toolset name="gcc-mngw-4.5*"/> 25 <toolset name="gcc-mngw-4.6*"/> 26 <toolset name="gcc-mngw-4.7*"/> 27 <toolset name="qcc-3.*"/> 28 <toolset name="qcc-4.0*"/> 29 <toolset name="qcc-4.1*"/> 30 <toolset name="qcc-4.2*"/> 31 <toolset name="qcc-4.3*"/> 32 <toolset name="qcc-4.4*"/> 33 <toolset name="qcc-4.5*"/> 34 <toolset name="qcc-4.6*"/> 35 <toolset name="qcc-4.7*"/> 36 <toolset name="msvc-7.1"/> 37 <toolset name="msvc-8.*"/> 38 <toolset name="msvc-9.*"/> 39 <toolset name="msvc-10.*"/> 40 <toolset name="msvc-11.*"/> 41 <toolset name="msvc-12.*"/> 42 <note author="Vinnie Falco">C++11 is the minimum requirement.</note> 43 </mark-unusable> 44 </library> 45</explicit-failures-markup> 46