We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9cc704 commit f921468Copy full SHA for f921468
1 file changed
include/nanobind/nb_stl.h
@@ -15,7 +15,6 @@ using luisa::span;
15
using luisa::unique_ptr;
16
using luisa::shared_ptr;
17
using luisa::vector;
18
-using eastl::vector;
19
template <typename T, typename Alloc>
20
using stl_vector = ::std::vector<T, Alloc>;
21
using luisa::function;
0 commit comments