Andre Schmeißer 19189b4c2c Make overload_cast_impl available in C++11 mode. (#1581)
* Make `overload_cast_impl` available in C++11 mode.

Narrow the scope of the `#if defined(PYBIND11_CPP14)` block around overload_cast to only
cover the parts where C++14 is stricly required. Thus, the implementation in
`pybind11::details::overload_cast_impl` is still available in C++11 mode.

* PR #1581: Modify test to use overload_cast_impl, update docs and change log
2019-08-19 12:54:33 +02:00
..
2017-01-31 17:05:44 +01:00
2019-02-04 16:09:21 +01:00
2018-02-27 22:46:56 -04:00
2019-04-06 19:09:39 +02:00
2019-04-06 19:09:39 +02:00
2019-04-06 19:09:39 +02:00