[cfe-dev] Problem with new C++17 noexcept rules
Pavel A. Lebedev via cfe-dev
cfe-dev at lists.llvm.org
Fri Dec 23 02:13:13 PST 2016
On Fri, Dec 23, 2016 11:17 AM, Richard Smith via <mailto:mailto:cfe-dev at lists.llvm.org> wrote:
> This one seems like a bug in tbb. cstdlib is allowed to declare this function with a non-throwing exception specification, and if it does, that conflicts with tbb's declaration.
> We could probably make this work too, but generally I don't think it's reasonable for an implementation of part of the C standard library to include C standard library headers from a different standard library of unknown provenance... so in the first instance we should ask Intel to change tbb.
Got it, I've sent them a patch.
---
Pavel A. Lebedev
More information about the cfe-dev
mailing list