Conversation
|
Errored on clone in drone. Merging. |
|
@mborland sorry to be late to this, I don't think this quite gets it - for one thing we have the same logic in round.hpp which also needs fixing, but the problem is more subtle - we have modern clang sitting on top of an ancient (pre-C++17) std library, so from the compilers perspective, everything that we're currently checking here is supported (or potentially so) where as the std library's <type_traits> has no C++17 I'll see if I can put together a patch shortly, might be too late for this release though as I can see quite a few headers getting touched. |
|
I thought clang didn't get a version of |
|
This is what I had in mind: #1045 And yes, from a practical point of view, you may be correct that no one would use clang-10 on top of gcc-5, though I'm constantly surprised by what what people do do! |
|
FYI. It's not just mere "people". It's Boost Developers. Its from the test matrix which is our thing. |
As reported by @robertramey on the ML