Commit Graph

6 Commits

Author SHA1 Message Date
LEE KYOUNGHEON df48de9bc8 Suppress false-positive warning.
export extern "C++" style is valid in Clang (https://clang.llvm.org/docs/StandardCPlusPlusModules.html#export-extern-c-style), but warning emitted. This commit disables it.
2024-05-11 19:09:09 +09:00
LEE KYOUNGHEON f9057b85a0 Update argparse.cppm
Fix typo
2024-02-06 17:10:14 +09:00
LEE KYOUNGHEON 6bdc003e15 Import std.compat module.
To use <cstdlib> feature, std.compat module should be imported.
2024-02-06 17:05:54 +09:00
Arthur LAURENT 24569f69e8 fix module compilation with clang on windows when std module is disabled 2023-10-20 10:53:39 +02:00
Arthur LAURENT 7f5de9ab25 fix import std support 2023-10-19 21:50:00 +02:00
Arthur LAURENT 23aff1938a add argparse C++20 module 2023-10-15 17:13:56 +02:00