1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright 2017 Daniel James 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<explicit-failures-markup> 9 <library name="quickbook"> 10 <mark-unusable> 11 <toolset name="gcc*-3.*"/> 12 <toolset name="gcc*-4.0*"/> 13 <toolset name="gcc*-4.1*"/> 14 <toolset name="gcc*-4.2*"/> 15 <toolset name="gcc*-4.3*"/> 16 <toolset name="qcc-3.*"/> 17 <toolset name="qcc-4.0.*"/> 18 <toolset name="qcc-4.1.*"/> 19 <toolset name="qcc-4.2.*"/> 20 <toolset name="qcc-4.3.*"/> 21 <toolset name="msvc-7.1"/> 22 <toolset name="msvc-8.0"/> 23 <toolset name="msvc-9.0"/> 24 <note author="Daniel James" date="30 Dec 2017"> 25 Unsupported compiler 26 </note> 27 </mark-unusable> 28 <mark-unusable> 29 <toolset name="*~c++98"/> 30 <toolset name="*~gnu98"/> 31 <toolset name="*~gnu++98"/> 32 <note author="Daniel James" date="29 Jan 2018"> 33 C++11 mode (or later) required 34 </note> 35 </mark-unusable> 36 </library> 37</explicit-failures-markup> 38