ucla-vision/xivo
thirdparty/glog/CMakeLists.txt
:232
check_cxx_source_compiles ("
#include <type_traits>
std::aligned_storage<sizeof(char), alignof(char)>::type data;
int main() { }
" HAVE_ALIGNED_STORAGE)