mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-21 19:25:24 -04:00
This reverts commit da1c8d360e. and fixes #1036.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
|
||||
namespace YAML {
|
||||
namespace detail {
|
||||
YAML_CPP_API std::atomic<size_t> node::m_amount{0};
|
||||
std::atomic<size_t> node::m_amount{0};
|
||||
|
||||
const std::string& node_data::empty_scalar() {
|
||||
static const std::string svalue;
|
||||
|
||||
Reference in New Issue
Block a user