Fixes compilation error on std=gnu++14 - #62
Conversation
|
Hi, thank you! One very weird request before I am able to look at this -- there's this very nasty security (Also note there are no Travis checks displayed below this PR.) The only solution to this I know is either:
This is a very nasty bug, sorry about the inconvenience. I didn't have the nerve to report it to Travis themselves because their issue tracker is the worst. |
Codecov Report
@@ Coverage Diff @@
## master #62 +/- ##
==========================================
+ Coverage 97.63% 97.63% +<.01%
==========================================
Files 80 80
Lines 5233 5234 +1
==========================================
+ Hits 5109 5110 +1
Misses 124 124
Continue to review full report at Codecov.
|
|
Merged as 8270822, thank you! While testing locally, this happened only with Clang, GCC 8.2 with |

Motivation and Context
On std=gnu++14, I get the following compile error:
This PR explicitly initializes
configuration, fixing this error. On this PR, I can successfully build corrade (and all of magnum for that matter) with std=gnu++14How to repro