mirror of
https://github.com/boostorg/regex.git
synced 2026-01-26 17:22:53 +01:00
When passing std::size_t arguments to length(), str() and operator[] by making these templates enable_if'd on is_integral. Fixes https://github.com/boostorg/regex/issues/197.