#pragma once #include namespace orange { template struct AlignedStorage { alignas(Alignment) unsigned char data[Length]; }; }