mirror of
https://github.com/boostorg/parser.git
synced 2026-01-27 07:02:12 +00:00
Another large refactor, this time to support UTF-8 streams.
This commit is contained in:
@@ -10,5 +10,5 @@
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
|
||||
typedef std::string::const_iterator char_iterator_t;
|
||||
using char_iterator_t = yaml::parser::ustring_t::const_iterator;
|
||||
template struct yaml::parser::basic_structures_t<char_iterator_t>;
|
||||
|
||||
Reference in New Issue
Block a user