Revert "Revert "Hide most of non-public symbols by default (#984)" (#1038)" (#1045)

This commit is contained in:
Pino Toscano
2021-10-10 04:48:05 +02:00
committed by GitHub
parent 0d9dbcfe8c
commit 0733aeb451
3 changed files with 16 additions and 34 deletions

View File

@@ -13,7 +13,7 @@
namespace YAML {
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() {
static const std::string svalue;