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

15 lines
434 B
C++

/**
* Copyright (C) 2017 Zach Laine
*
* Distributed under the Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#include <yaml/parser/block_styles_def.hpp>
#include <iostream>
#include <fstream>
#include <string>
using char_iterator_t = yaml::parser::ustring_t::const_iterator;
template struct yaml::parser::block_styles_t<char_iterator_t>;