cmake HAVE_ALIGNED_STORAGE examples

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)

chatopera/clause thirdparty/glog/CMakeLists.txt :209

check_cxx_source_compiles ("
#include <type_traits>
std::aligned_storage<sizeof(char), alignof(char)>::type data;
int main() { }
" HAVE_ALIGNED_STORAGE)