Skip to content

Commit c9cc704

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/nanobind/nb_stl.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ namespace std
1212
using namespace ::std;
1313
using luisa::string;
1414
using luisa::span;
15+
using luisa::unique_ptr;
16+
using luisa::shared_ptr;
17+
using luisa::vector;
1518
using eastl::vector;
1619
template <typename T, typename Alloc>
1720
using stl_vector = ::std::vector<T, Alloc>;

0 commit comments

Comments
 (0)