update documentation for boost::optional binding

release/4.3a0
Varun Agrawal 2021-09-01 15:32:43 -04:00
parent 9f661c01cf
commit 1205df2c07
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
*/ */
#include <pybind11/stl.h> #include <pybind11/stl.h>
// Support for binding boost::optional types. // Support for binding boost::optional types in C++11.
// https://pybind11.readthedocs.io/en/stable/advanced/cast/stl.html // https://pybind11.readthedocs.io/en/stable/advanced/cast/stl.html
namespace pybind11 { namespace detail { namespace pybind11 { namespace detail {
template <typename T> template <typename T>