Skip to content

Commit b70894d

Browse files
docs: add std::valarray to docs/advanced/cast/stl.rst (#2547)
1 parent e8ad33b commit b70894d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/cast/stl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Automatic conversion
55
====================
66

77
When including the additional header file :file:`pybind11/stl.h`, conversions
8-
between ``std::vector<>``/``std::deque<>``/``std::list<>``/``std::array<>``,
8+
between ``std::vector<>``/``std::deque<>``/``std::list<>``/``std::array<>``/``std::valarray<>``,
99
``std::set<>``/``std::unordered_set<>``, and
1010
``std::map<>``/``std::unordered_map<>`` and the Python ``list``, ``set`` and
1111
``dict`` data structures are automatically enabled. The types ``std::pair<>``

0 commit comments

Comments
 (0)