Reinstate pending/unicode_iterator.hpp.

This commit is contained in:
jzmaddock
2021-01-27 12:32:13 +00:00
parent 8ed04bb6d0
commit cac50784aa
3 changed files with 35 additions and 7 deletions

View File

@ -58,8 +58,8 @@ Accepts UTF-32 code points and forwards them on as UTF-16 code points.
****************************************************************************/
#ifndef BOOST_REGEX_UNICODE_ITERATOR_HPP
#define BOOST_REGEX_UNICODE_ITERATOR_HPP
#ifndef BOOST_REGEX_V4_UNICODE_ITERATOR_HPP
#define BOOST_REGEX_V4_UNICODE_ITERATOR_HPP
#include <boost/cstdint.hpp>
#include <boost/regex/config.hpp>
#include <boost/iterator/iterator_facade.hpp>