Skip to content

Commit

Permalink
Use module_local() by default for classes and enums, allow module_glo…
Browse files Browse the repository at this point in the history
…bal configuration for classes

Fix compilation
  • Loading branch information
kkrissian-gpfw authored and ldedier-gpfw committed Sep 16, 2024
1 parent 0abc3ad commit 0a944d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class Config
bool is_enum_skipping_requested(string const &enum_) const;

bool is_buffer_protocol_requested(string const &class_) const;
bool is_module_global_requested(string const &class_) const;

bool is_smart_holder_requested(string const &class_) const;

Expand Down

0 comments on commit 0a944d1

Please sign in to comment.