mirror of
https://github.com/boostorg/regex.git
synced 2026-07-05 07:51:00 +02:00
cc5a4e85ae
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>