Skip to content

Commit

Permalink
Merge pull request #357 from stripe2933/patch-1
Browse files Browse the repository at this point in the history
Module improvement.
  • Loading branch information
p-ranav authored May 11, 2024
2 parents eba16b3 + df48de9 commit f0759fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions module/argparse.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ import std;
import std.compat;

extern "C++" {
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winclude-angled-in-module-purview"
#include <argparse/argparse.hpp>
#pragma clang diagnostic pop
}
#endif

Expand Down

0 comments on commit f0759fd

Please sign in to comment.