2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-26 18:52:23 +00:00

Another large refactor, this time to support UTF-8 streams.

This commit is contained in:
Zach Laine
2017-05-07 15:28:50 -05:00
parent 2b69ae79c8
commit d2fc6305bb
16 changed files with 227 additions and 154 deletions

View File

@@ -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::stream_t<char_iterator_t>;