mrubli2
Results
2
issues of
mrubli2
There appears to be a regression in Lyra 1.6 vs. 1.5.1. Take the following parser with a single sub-command named `sub`: ``` #include #include std::string get_error(const lyra::parse_result& result) { const...
bug
As a follow-up to #19 and #5 here are a few additions that make building hidpp on Windows a bit easier. The `CMakeSettings.json` allows people to open the project folder...