Anders Wind
Anders Wind
First of all thanks for the amazing project :) I have been using cmake-init for my [project](https://github.com/anders-wind/shared_ptr), and it has been working splendidly. Would it be possible to get a...
Adds support for installing 12.4.0
In c++23, std::aligned_storage is being deprecated (The proposed alternative is to use `std::array`). This causes compiler errors with for example clang-17 or 18 with c++23 flags see below. ``` ......
## Description I would like to propose supporting structural types for the TEST_CASE_TEMPLATE, or as a new macro. #### Motivation I have a function templated on integers like so: ```cpp...