Skip to content

Commit

Permalink
iwyu: export a few symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Mar 18, 2024
1 parent a3b305b commit 4fa9767
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions entt.imp
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,11 @@
{ "include": [ "@[\"<].*/signal/fwd\\.hpp[\">]", "private", "<entt/signal/dispatcher.hpp>", "public" ] },
{ "include": [ "@[\"<].*/signal/fwd\\.hpp[\">]", "private", "<entt/signal/emitter.hpp>", "public" ] },
{ "include": [ "@[\"<].*/signal/fwd\\.hpp[\">]", "private", "<entt/signal/sigh.hpp>", "public" ] },
# symbols
{ symbol: [ "std::allocator", private, "<entt/container/fwd.hpp>", public ] },
{ symbol: [ "std::allocator", private, "<entt/entity/fwd.hpp>", public ] },
{ symbol: [ "std::allocator", private, "<entt/graph/fwd.hpp>", public ] },
{ symbol: [ "std::allocator", private, "<entt/process/fwd.hpp>", public ] },
{ symbol: [ "std::allocator", private, "<entt/resource/fwd.hpp>", public ] },
{ symbol: [ "std::allocator", private, "<entt/signal/fwd.hpp>", public ] }
]

0 comments on commit 4fa9767

Please sign in to comment.