Stephan T. Lavavej wrote
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.
Only what was reported for the RC:
1. For x86 and x64: std::alignment_ofstd::nullptr_t::value is 1, yet
compiler aligns at 4
2. For x86: std::alignment_of