regex/example
Daniela Engert cc5a4e85ae
Inheriting std::iterator is deprecated in c++17.
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>
2017-12-22 15:59:49 +01:00
..
grep Regex: move boost headers to top of list to work around clang issue which requires workarounds present in config.hpp. 2017-09-21 17:15:51 +01:00
snippets Regex: move boost headers to top of list to work around clang issue which requires workarounds present in config.hpp. 2017-09-21 17:15:51 +01:00
timer Inheriting std::iterator is deprecated in c++17. 2017-12-22 15:59:49 +01:00
Jamfile.v2 Shared libraries now finally work with Mingw GCC-4.5.0. 2010-10-07 15:40:24 +00:00