mirror of
https://github.com/boostorg/regex.git
synced 2026-07-04 23:40:50 +02:00
c82a797230
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.