LLVM
8.0.1
|
This helper template works-around MSVC 2013's lack of useful alignas() support. More...
#include "llvm/Support/TrailingObjects.h"
This helper template works-around MSVC 2013's lack of useful alignas() support.
The argument to alignas(), in MSVC, is required to be a literal integer. But, you can use template specialization to select between a bunch of different alignas() expressions...
Definition at line 97 of file TrailingObjects.h.