Commits


voxmea authored and Wenzel Jakob committed 17983e74256
Adds type_caster support for std::deque. (#1609) * 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.