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

De-templatize the parsers.

This commit is contained in:
Zach Laine
2017-05-10 17:04:55 -05:00
parent ee51b475e4
commit d180a11454
17 changed files with 32 additions and 93 deletions

View File

@@ -6,9 +6,3 @@
*/
#include <yaml/parser/basic_structures_def.hpp>
#include <iostream>
#include <fstream>
#include <string>
using char_iterator_t = yaml::parser::ustring_t::const_iterator;
template struct yaml::parser::basic_structures_t<char_iterator_t>;