mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 15:14:39 +00:00
11 lines
151 B
C++
11 lines
151 B
C++
module;
|
|
|
|
#include <argparse/argparse.hpp>
|
|
|
|
export module argparse.details;
|
|
|
|
export namespace argparse::details {
|
|
using argparse::details::repr;
|
|
}
|
|
|