21 Jul
2015
21 Jul
'15
9:12 p.m.
[glenfe]
I think VC14 also has a less conforming std::alignment_of than VC12.
Not to my knowledge, and I maintain the thing. We're now implementing alignment_of with the compiler's alignof (instead of library machinery) and as far as I know, alignof returns perfect answers. If you have examples otherwise, I'd like to see them. Note that aligned_storage is still powered by imperfect library tech (unchanged since 2013) because the compiler's alignas doesn't permit highly-aligned objects to be passed by value. STL