Skip to content

Commit

Permalink
fixed an error happend when rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
abdoei committed Apr 20, 2024
1 parent 94ebeae commit b7d5e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/jlcxx/stl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class JLCXX_API StlWrappers
TypeWrapper1 vector;
TypeWrapper1 valarray;
TypeWrapper1 deque;
TypeWrapper1 iterator;
TypeWrapper1 queue;
TypeWrapper1 dequeIterator;

static void instantiate(Module& mod);
Expand Down

0 comments on commit b7d5e77

Please sign in to comment.