mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
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;
|
||
|
}
|
||
|
|