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
Adam Osuchowski
Kea
Commits
d0115185
Commit
d0115185
authored
Mar 17, 2016
by
Thomas Markwalder
Browse files
[4243] Update GCC version range to include 5.3.1
Fedora 23 has gcc 5.3.1 which exhibits this issue.
parent
ac5d93b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/asiolink/asio_wrapper.h
View file @
d0115185
...
...
@@ -43,7 +43,7 @@
+ __GNUC_PATCHLEVEL__)
#if (defined(__GNUC__) && \
((GNU_CC_VERSION >= 50200) && (GNU_CC_VERSION <= 5030
0
)) \
((GNU_CC_VERSION >= 50200) && (GNU_CC_VERSION <= 5030
1
)) \
&& defined(BOOST_ERROR_CODE_HEADER_ONLY))
#pragma GCC push_options
#pragma GCC optimize ("O0")
...
...
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