Why isn`t c++17`s std::aligned_alloc at all implemented?

  • Thread starter Thread starter quartuxz
  • Start date Start date
Q

quartuxz

Guest
When enabling the compiler to use c++17 and even std:c++latest the function std::aligned_alloc described is cpp reference(cant post the link, just mind that its different from the c11 version of aligned_malloc)

is not defined, thus making the visual studio compiler and std library non-compliant with the c++17 standard. Would this mean we now have two different languages between c++ in visual studio and c++ in the rest compilers?

Continue reading...
 
Back
Top