Skip to content

Commit

Permalink
Use new option.
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Jan 8, 2022
1 parent d76241a commit 37c5006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ impl IncludeCppEngine {
.generate_inline_functions(true)
.respect_cxx_access_specs(true)
.use_specific_virtual_function_receiver(true)
.cpp_semantic_attributes(true)
.layout_tests(false); // TODO revisit later
for item in known_types().get_initial_blocklist() {
builder = builder.blocklist_item(item);
Expand Down

0 comments on commit 37c5006

Please sign in to comment.