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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user