Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
Base
Commits
e60b6459
Commit
e60b6459
authored
Jul 26, 2017
by
Martin Marinov
Browse files
Fix an OS X build error with the PROGRESS_DEFINE_NODE macro.
parent
120ff2af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Progress/ProgressNode.hh
View file @
e60b6459
...
...
@@ -179,7 +179,7 @@ private:
(Progress::Node* _next) \
{ \
static thread_local TYPE node(#OPRT, _next, \
Node::make_child_list(
##
__VA_ARGS__));\
Node::make_child_list(
__VA_ARGS__
));\
return OPRT##_node = &node; \
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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