1<?xml version="1.0" encoding="utf-8"?> 2<explicit-failures-markup> 3 <!-- concept_check --> 4 <library name="concept_check"> 5 <test name="class_concept_fail_expected"> 6 <mark-failure> 7 <toolset name="cw-8.3*"/> 8 <note author="B. Dawes" refid="3"/> 9 </mark-failure> 10 </test> 11 <test name="class_concept_fail_expected"> 12 <mark-failure> 13 <toolset name="borland-5*"/> 14 <toolset name="msvc-6.5*"/> 15 <toolset name="msvc-7.0"/> 16 <note author="Jeremy Siek"/> 17 </mark-failure> 18 </test> 19 <test name="stl_concept_check"> 20 <mark-failure> 21 <toolset name="hp_cxx*"/> 22 <note author="Markus Schoepflin" date="09 Dec 2007"> 23 This version of the Rogue Wave library fails to provide all 24 needed addition operators for the iterator type and the 25 difference type of std::deque. 26 </note> 27 </mark-failure> 28 </test> 29 </library> 30</explicit-failures-markup> 31