Skip to content

Commit

Permalink
fix(arc): header cache clenup
Browse files Browse the repository at this point in the history
  • Loading branch information
xensik committed Feb 9, 2025
1 parent f97d207 commit af491f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arc/context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ auto context::init(arc::build build, fs_callback callback) -> void

auto context::cleanup() -> void
{
header_files_.clear();
}

auto context::engine_name() const -> std::string_view
Expand Down

0 comments on commit af491f2

Please sign in to comment.