Searched defs:BOOST_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance
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