If should upgrade old C++ memory allocator to align to __STDCPP_DEFAULT_NEW_ALIGNMENT__ when starts using C++17 compiler?

前端 未结 0 1925
攒了一身酷
攒了一身酷 2021-02-18 15:33

__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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题