tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.43k stars 402 forks source link

C++23 aligned storage deprecation warning #722

Open johnco3 opened 7 months ago

johnco3 commented 7 months ago

Building with visual studio and c++23 compiler options reqires the following deprecated warning definition in order to get the build to compile without warnings.

_SILENCE_CXX23_ALIGNED_STORAGE_DEPRECATION_WARNING