__STDCPP_DEFAULT_NEW_ALIGNMENT__ in MSVC is 16 while alignof(std::max_align_t) is 8. I read quite a few explainations and exiting questions and confirm
__STDCPP_DEFAULT_NEW_ALIGNMENT__
alignof(std::max_align_t)