mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 15:14:39 +00:00
Update argparse.cppm
Fix typo
This commit is contained in:
parent
6bdc003e15
commit
f9057b85a0
@ -39,7 +39,7 @@ export module argparse;
|
|||||||
|
|
||||||
#ifdef ARGPARSE_MODULE_USE_STD_MODULE
|
#ifdef ARGPARSE_MODULE_USE_STD_MODULE
|
||||||
import std;
|
import std;
|
||||||
import std.cppm;
|
import std.compat;
|
||||||
|
|
||||||
extern "C++" {
|
extern "C++" {
|
||||||
#include <argparse/argparse.hpp>
|
#include <argparse/argparse.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user