mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-26 15:12:01 +00:00
fb50ce1fef
I got some unexpected errors from code using `overload_cast` until I realized that I'd configured the build with -std=c++11. This commit adds a fake `overload_cast` class in C++11 mode that triggers a static_assert failure indicating that C++14 is needed. |
||
---|---|---|
.. | ||
pybind11 |