Files
pybind11/include/pybind11
Jason Rhinelander fb50ce1fef Add static_assert-raising error for overload_cast in c++11
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.
2017-04-18 22:06:25 -04:00
..
2017-04-03 00:52:47 +02:00
2017-04-14 13:57:49 -04:00
2017-04-08 10:55:51 -04:00
2017-03-11 23:04:16 -04:00
2016-12-08 00:43:29 +01:00
2016-09-19 13:45:31 +02:00
2017-04-13 09:57:02 -04:00
2016-12-16 15:00:46 +01:00