Just tried to re-compile my code which has been using XLNT fine for quite a while (>1yr) and suddenly am getting these deprecated errors on line 329 of "optional.hpp" which uses std::aligned_storage<>
I am not familiar with using std::aligned_storage so cannot propose a solution today, but perhaps this is something you can consider fixing for future versions.
Just tried to re-compile my code which has been using XLNT fine for quite a while (>1yr) and suddenly am getting these deprecated errors on line 329 of "optional.hpp" which uses std::aligned_storage<>
Here is a Stackoverflow post of the problem and possible solution. [https://stackoverflow.com/questions/71828288/why-is-stdaligned-storage-to-be-deprecated-in-c23-and-what-to-use-instead]
I am not familiar with using std::aligned_storage so cannot propose a solution today, but perhaps this is something you can consider fixing for future versions.