mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-12 12:12:10 +00:00
validity_failure_type is an enum, not a bitflag. Correct example code that looked like it was trying to treat it as a bitflag, but instead assumed that any failure was fixable.