mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 22:54:39 +00:00
Import std.compat module.
To use <cstdlib> feature, std.compat module should be imported.
This commit is contained in:
parent
873596b41d
commit
6bdc003e15
@ -39,6 +39,7 @@ export module argparse;
|
||||
|
||||
#ifdef ARGPARSE_MODULE_USE_STD_MODULE
|
||||
import std;
|
||||
import std.cppm;
|
||||
|
||||
extern "C++" {
|
||||
#include <argparse/argparse.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user