mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-11 17:00:34 +00:00
* Adds std::deque to the types supported by list_caster in stl.h.
* Adds a new test_deque test in test_stl.{py,cpp}.
* Updates the documentation to include std::deque as a default
supported type.