-
Enhancement
-
Resolution: Fixed
-
P4
-
18
-
b14
The alignof operator was added by C++11. It returns the alignment for the given type. Various metaprogramming usages exist, in particular when using std::aligned_storage. Use of this operator should be permitted in HotSpot code.