11 lines
151 B
Plaintext
11 lines
151 B
Plaintext
|
module;
|
||
|
|
||
|
#include <argparse/argparse.hpp>
|
||
|
|
||
|
export module argparse.details;
|
||
|
|
||
|
export namespace argparse::details {
|
||
|
using argparse::details::repr;
|
||
|
}
|
||
|
|