std::aligned_storage_t is deprecated in c++23#3100
std::aligned_storage_t is deprecated in c++23#3100davisking merged 1 commit intodavisking:masterfrom
Conversation
|
Nice, thanks for the PR. How did you hit that build error? All the tests build on all the test platforms. You trying to use literally the |
|
I am using the cmake generated makefile. Some files compile but display the Perhaps this is a compiler difference? Compilers do differ on what they warn about sometimes. Perhaps the correct fix would be to change the offending line to which does explicitly call the user defined conversion function. |
|
Yeah presumably it would not warn if that line used a |
This is the pull request which solves this corresponding bug.
Note that while trying to test it, I was unable to run all of the tests, as the makefile to build the tests would fail with
However, this would happen on master as well, so this isn't the fault of my patch.