pybind11/docs/advanced/cast
Dean Moldovan 7918bcc95b Add support for boost::variant in C++11 mode
In C++11 mode, `boost::apply_visitor` requires an explicit `result_type`.
This also adds optional tests for `boost::variant` in C++11/14, if boost
is available. In C++17 mode, `std::variant` is tested instead.
2017-08-12 21:27:44 +02:00
..
chrono.rst Automate generation of reference docs with doxygen and breathe (#598) 2017-01-31 16:54:08 +01:00
custom.rst add note about custom type casters (fixes #480) 2016-11-04 11:06:22 +01:00
eigen.rst Eigen<->numpy referencing support 2017-02-24 23:19:50 +01:00
functional.rst Replace PYBIND11_PLUGIN with PYBIND11_MODULE 2017-05-29 03:21:19 +02:00
index.rst RFC - Add documentation for strings and Unicode issues (#636) 2017-02-02 13:56:31 +01:00
overview.rst Support std::string_view when compiled under C++17 2017-06-24 03:24:56 -03:00
stl.rst Add support for boost::variant in C++11 mode 2017-08-12 21:27:44 +02:00
strings.rst Fix invalid reference definition in string conversion docs 2017-06-25 17:35:44 +02:00