Update argparse.cppm

Fix typo
This commit is contained in:
LEE KYOUNGHEON 2024-02-06 17:10:14 +09:00 committed by GitHub
parent 6bdc003e15
commit f9057b85a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>