Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
e1e6344a
Unverified
Commit
e1e6344a
authored
Nov 19, 2021
by
Jesse Beder
Committed by
GitHub
Nov 19, 2021
Browse files
Add back missing YAML_CPP_API.
parent
317d6d3c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/node_data.cpp
src/node_data.cpp
+1
-1
No files found.
src/node_data.cpp
View file @
e1e6344a
...
@@ -13,7 +13,7 @@
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment