p-ranav / argparse

Argument Parser for Modern C++
MIT License
2.59k stars 244 forks source link

Fix for C++23 standard library module usage. #326

Closed stripe2933 closed 7 months ago

stripe2933 commented 7 months ago

Currently argparse cannot be built using ARGPARSE_MODULE_ENABLE_STD_MODULE macro, because there are two problems.

This PR's commits include these fixes.