menuet

Results 5 issues of menuet

Hi When I tried to build, test and run the project with VS2022 on Windows, I had several small issues. I fixed some of them in this pull request. Warnings:...

This is not a real pull request, just a draft. This is just to share a thought about some constants (Names) that could be made constexpr. Also, I have the...

enhancement

Try a minimal fix: - In `struct InvalidPartitionName`, replace member `std::string_view name` by `char[NAME_BUFFER_SIZE] name` and use a class-static `make` function to initialize the buffer - In `Reader::Reader`, replace `if...

Hi I closed inadvertently my previous PR https://github.com/microsoft/ifc/pull/30, probably because I force-pushed my related branch. So, I am creating another PR to focus specifically on the memory/life-time issue when catching...