From 1205df2c07757d20b01d43827bc88f8b0f696884 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Wed, 1 Sep 2021 15:32:43 -0400 Subject: [PATCH] update documentation for boost::optional binding --- python/gtsam/preamble/geometry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/gtsam/preamble/geometry.h b/python/gtsam/preamble/geometry.h index 9ddb6e208..35fe2a577 100644 --- a/python/gtsam/preamble/geometry.h +++ b/python/gtsam/preamble/geometry.h @@ -12,7 +12,7 @@ */ #include -// 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 namespace pybind11 { namespace detail { template