Maintain order of nodes in sequences (#668)

This commit is contained in:
Maxim Okhotskiy
2020-04-07 19:46:34 +03:00
committed by GitHub
parent cf93f4c57b
commit 6f7ead5171
2 changed files with 11 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
namespace YAML {
namespace detail {
std::atomic<size_t> node::m_amount{0};
const std::string& node_data::empty_scalar() {
static const std::string svalue;