correct.qbk 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
  4. Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
  5. Copyright (c) 2009-2012 Bruno Lalande, Paris, France.
  6. Use, modification and distribution is subject to the Boost Software License,
  7. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  8. http://www.boost.org/LICENSE_1_0.txt)
  9. =============================================================================/]
  10. [def __corrected__ is corrected]
  11. [def __this_function__ correct]
  12. [heading_conformance_no_ogc __this_function__]
  13. [include reference/status/correct_status.qbk]
  14. [heading Behavior]
  15. [table
  16. [[Case] [Behavior] ]
  17. [[__ring__][__ring__ __corrected__]]
  18. [[__polygon__][__polygon__ __corrected__]]
  19. [[__multi_polygon__][__multi_polygon__ __corrected__]]
  20. [[__box__][__box__ __corrected__ with respect to minimal and maximal corners]]
  21. [[__other__][__does_nothing__]]
  22. ]
  23. [heading Complexity]
  24. Linear
  25. [heading Example]
  26. [correct]
  27. [correct_output]