Skip to content

Commit

Permalink
Recognize jlcxx::Array and jlcxx::ArrayRef as natively supported (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley authored Jun 20, 2024
1 parent 5d39f8a commit 1bd07c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CodeTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2974,6 +2974,8 @@ bool CodeTree::is_natively_supported(const std::string& type_fqn,
{"std::vector", 1},
{"std::valarray", 1},
{"jlcxx::SafeCFunction", 0},
{"jlcxx::Array", 1},
{"jlcxx::ArrayRef", 2},
{"std::shared_ptr", 1},
{"std::unique_ptr", 1},
{"std::weak_ptr", 1}
Expand Down

0 comments on commit 1bd07c7

Please sign in to comment.