mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 22:02:08 +02:00
Prevent left shifting by more bits than there are in type unsigned, and Check that alternative points to a valid state before accessing it: we may not have constructed that state yet in a fail situation.