Nicolas Bonnec
Results
2
issues of
Nicolas Bonnec
## Code ```c++ #include namespace { struct Event { bool pressed; }; struct Guard1 { [[nodiscard]] bool operator()(const Event& e) const { return e.pressed; } } guard1; struct Guard2 {...
**Describe the bug** I don't know if I have to put this report in Quazip or here but anyway. Basic test crashes when Quazip is imported before Catch2. Even if...