Richard Powell
Richard Powell
It seems with Hana in Boost 1.67 it doesn't have Compiler Template Auto Deduction guides. This doesn't compile: ```c++ #include namespace hana = boost::hana; int main() { auto args =...
**Describe the bug** When a `wxRadioBox` is created with no `choices`, it will crash when destroyed. **Expected vs observed behaviour** I would not expect a segfault on destruction **Patch or...
Adding target_include_directories to allow easier usage in subdirectory in cmake. I noticed that this was failing to build correctly when I would include as `FetchContent` in a different project. More...