Steven Van
Steven Van
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I am trying to use the LocalBulkWriter. When initializing the...
I am using CMake and vcpkg. I installed version 3.2 of argparse via vcpkg, and tried to import it as C++20 module. However, I get the error message that the...
### Description I tried to use `std::optional` with the library. I am using CMake, and, in my CMakeLists.txt, I set the language standard to C++23 with `set(CMAKE_CXX_STANDARD 23)`. When trying...