7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-24 19:05:02 +00:00
kicad/thirdparty/argparse/test/argparse_details.cppm
2023-12-17 21:29:05 -05:00

11 lines
151 B
C++

module;
#include <argparse/argparse.hpp>
export module argparse.details;
export namespace argparse::details {
using argparse::details::repr;
}