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

This reverts commit da1c8d360e.
This commit is contained in:
Jesse Beder
2021-09-28 08:40:58 -05:00
committed by GitHub
parent da1c8d360e
commit 54e63e3f8c
3 changed files with 34 additions and 16 deletions

View File

@@ -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;