Searched refs:BOOST_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
679 #if !defined(BOOST_ALIGNMENT)681 # define BOOST_ALIGNMENT(x) alignas(x) macro683 # define BOOST_ALIGNMENT(x) __declspec(align(x)) macro685 # define BOOST_ALIGNMENT(x) __attribute__ ((__aligned__(x))) macro688 # define BOOST_ALIGNMENT(x) macro
974 struct BOOST_ALIGNMENT(A) aligned_storage_impl<Len, A>\