mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-24 19:05:02 +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;
|
|
}
|
|
|