mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-23 05:35:13 +00:00
b2fdfd1228
Clang has a bug [1] in x86 Windows that is exposed by the use of lambdas with "unforwardable" prototypes. The error is "error: cannot compile this forwarded non-trivially copyable parameter yet", and the message was introduced in [2] (used to be an assertion).
[1] https://llvm.org/bugs/show_bug.cgi?id=28299
[2]
|
||
---|---|---|
.. | ||
pybind11 |