#ifndef UTIL_ALIGNAS_2015_05_20_H #define UTIL_ALIGNAS_2015_05_20_H #if 0 #define ALIGNAS(n) #else #define ALIGNAS(n) alignas(n) // NOLINT(cppcoreguidelines-macro-usage) #endif #endif // UTIL_ALIGNAS_2015_05_20_H