test_stl.py
11.9 KB
-
Add tests for cast from tuple to sequence containers (#3900) · 9bc27044
We already test that tuple can cast to std::vector and std::deque; add tests for std::vector<bool>, std::list and std::valarray. Extracted from #3886.
Ed Catmur committed