2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-25 06:22:13 +00:00

Move the test library sources to src/, and compile a real lib for the test and

perf programs to use.
This commit is contained in:
Zach Laine
2017-05-12 20:26:50 -05:00
parent 77739b7a91
commit a478c44b69
8 changed files with 68 additions and 50 deletions

8
src/characters.cpp Normal file
View File

@@ -0,0 +1,8 @@
/**
* 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/characters_def.hpp>