Skip to content

Commit

Permalink
Prevent automatic instantiation of full template specializations
Browse files Browse the repository at this point in the history
  • Loading branch information
HGuillemet committed Jan 4, 2024
1 parent 09e2ba2 commit 69dc9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/bytedeco/javacpp/tools/TemplateMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ boolean empty() {
return false;
}
}
return !isEmpty();
return true;
}

boolean full() {
Expand Down

0 comments on commit 69dc9e0

Please sign in to comment.