Add back missing YAML_CPP_API.

This commit is contained in:
Jesse Beder
2021-11-19 10:55:17 -06:00
committed by GitHub
parent 317d6d3ce4
commit e1e6344a21

View File

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