Skip to content

Commit c66ff7f

Browse files
committed
Update node_data.cpp
1 parent 11ff7c7 commit c66ff7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace YAML {
1515
namespace detail {
16-
YAML_CPP_API std::atomic<size_t> node::m_amount{0};
16+
// std::atomic<size_t> node::m_amount{0};
1717

1818
const std::string& node_data::empty_scalar() {
1919
static const std::string svalue;

0 commit comments

Comments
 (0)