File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1212#include < boost/spirit/include/qi.hpp>
1313#include < boost/fusion/adapted/std_tuple.hpp>
1414#include < boost/network/protocol/http/message/header.hpp>
15+ #include < boost/regex/pending/unicode_iterator.hpp>
1516
1617namespace boost {
1718namespace spirit {
@@ -22,7 +23,7 @@ typedef std::basic_string<uint32_t> u32_string;
2223template <> // <typename Attrib, typename T, typename Enable>
2324struct assign_to_container_from_value <std::string, u32_string, void > {
2425 static void call (u32_string const & val, std::string& attr) {
25- u32_to_u8_iterator<u32_string::const_iterator> begin = val.begin (),
26+ boost:: u32_to_u8_iterator<u32_string::const_iterator> begin = val.begin (),
2627 end = val.end ();
2728 for (; begin != end; ++begin) attr += *begin;
2829 }
You can’t perform that action at this time.
0 commit comments