mirror of
https://github.com/boostorg/regex.git
synced 2025-06-29 13:50:59 +02:00
Reinstate pending/unicode_iterator.hpp.
This commit is contained in:
@ -17,11 +17,7 @@
|
||||
*/
|
||||
|
||||
#include <boost/regex/config.hpp>
|
||||
#ifdef BOOST_REGEX_CXX03
|
||||
#include <boost/regex/v4/unicode_iterator.hpp>
|
||||
#else
|
||||
#include <boost/regex/v5/unicode_iterator.hpp>
|
||||
#endif
|
||||
#include <boost/regex/pending/unicode_iterator.hpp>
|
||||
#include <boost/detail/lightweight_main.hpp>
|
||||
#include "../test_macros.hpp"
|
||||
#include <vector>
|
||||
|
Reference in New Issue
Block a user