mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 15:22:09 +02:00
Therefore replace the inheritance by lifting std::iterator's members into the derived class. Fortunately, this is already done in Boost.Regex so that dropping the inheritance is a no-brainer. Signed-off-by: Daniela Engert <dani@ngrt.de>