Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph
Commits
fa84a29d
Commit
fa84a29d
authored
Dec 16, 2020
by
Guilhem Saurel
Browse files
fix header guards for boost version
parent
62765608
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/exceptions.cpp
View file @
fa84a29d
...
...
@@ -8,6 +8,8 @@
#include
<sstream>
#include
<boost/version.hpp>
#if BOOST_VERSION >= 105900
#include
<boost/test/tools/output_test_stream.hpp>
#else
...
...
tests/value.cpp
View file @
fa84a29d
...
...
@@ -7,6 +7,8 @@
#define BOOST_TEST_MODULE value
#include
<boost/version.hpp>
#if BOOST_VERSION >= 105900
#include
<boost/test/tools/output_test_stream.hpp>
#else
...
...
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