This commit is contained in:
jzmaddock
2015-03-19 18:14:41 +00:00
parent 3c8ecc2b35
commit 3fde6e8ddd
3 changed files with 49 additions and 4 deletions

View File

@ -162,6 +162,11 @@ public:
#endif
return *this;
}
//
// Make this type a range, for both Boost.Range, and C++11:
//
BidiIterator begin()const;
BidiIterator end()const;
#ifdef BOOST_OLD_REGEX_H