It looks like std::hardware_destructive_interference_size
isn't defined in libc++ or libstdc++. I've grepped my local installations. I've looked in the respective svn repositories.
They're supposed to be in the <new>
header, see: cppreference.com
I'd expect people to be asking where these constants are, but apparently nobody else seems to be missing them.
What am I missing? Where are they!