Skip to content

Commit f921468

Browse files
committed
Update nb_stl.h
1 parent c9cc704 commit f921468

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/nanobind/nb_stl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ using luisa::span;
1515
using luisa::unique_ptr;
1616
using luisa::shared_ptr;
1717
using luisa::vector;
18-
using eastl::vector;
1918
template <typename T, typename Alloc>
2019
using stl_vector = ::std::vector<T, Alloc>;
2120
using luisa::function;

0 commit comments

Comments
 (0)