explicit-failures-markup.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. See http://www.boost.org/libs/poly_collection for library home page.
  8. -->
  9. <explicit-failures-markup>
  10. <library name="poly_collection">
  11. <mark-unusable>
  12. <toolset name="clang*-3.0*"/>
  13. <toolset name="clang*-3.1*"/>
  14. <toolset name="clang*-3.2*"/>
  15. <toolset name="gcc*-3.*"/>
  16. <toolset name="gcc*-4.0*"/>
  17. <toolset name="gcc*-4.1*"/>
  18. <toolset name="gcc*-4.2*"/>
  19. <toolset name="gcc*-4.3*"/>
  20. <toolset name="gcc*-4.4*"/>
  21. <toolset name="gcc*-4.5*"/>
  22. <toolset name="gcc*-4.6*"/>
  23. <toolset name="gcc*-4.7*"/>
  24. <toolset name="qcc*-3.*"/>
  25. <toolset name="qcc*-4.0*"/>
  26. <toolset name="qcc*-4.1*"/>
  27. <toolset name="qcc*-4.2*"/>
  28. <toolset name="qcc*-4.3*"/>
  29. <toolset name="qcc*-4.4*"/>
  30. <toolset name="qcc*-4.5*"/>
  31. <toolset name="qcc*-4.6*"/>
  32. <toolset name="qcc*-4.7*"/>
  33. <toolset name="msvc-7.1"/>
  34. <toolset name="msvc-8.0"/>
  35. <toolset name="msvc-9.0"/>
  36. <toolset name="msvc-10.0"/>
  37. <toolset name="msvc-11.0"/>
  38. <toolset name="msvc-12.0"/>
  39. <note author="Joaqu&#237;n M L&#243;pez Mu&#241;oz" date="18 Jun 2017">
  40. Compiler's too old for working.
  41. </note>
  42. </mark-unusable>
  43. <mark-unusable>
  44. <toolset name="*98"/>
  45. <note author="Joaqu&#237;n M L&#243;pez Mu&#241;oz" date="18 Jun 2017">
  46. C++11 or later required.
  47. </note>
  48. </mark-unusable>
  49. </library>
  50. </explicit-failures-markup>