We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f1096 commit c9cc704Copy full SHA for c9cc704
include/nanobind/nb_stl.h
@@ -12,6 +12,9 @@ namespace std
12
using namespace ::std;
13
using luisa::string;
14
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>;
0 commit comments