Effect on original feature: In C++ 2014 code that uses a
new-expression
to allocate an object with an over-aligned class type,
where that class has no allocation functions of its own,
β::βoperator new(stdβ::βsize_t)
is used to allocate the memory
.