Home
last modified time | relevance | path

Searched defs:BOOST_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/
H A Dsuffix.hpp681 # define BOOST_ALIGNMENT(x) alignas(x) macro
683 # define BOOST_ALIGNMENT(x) __declspec(align(x)) macro
685 # define BOOST_ALIGNMENT(x) __attribute__ ((__aligned__(x))) macro
688 # define BOOST_ALIGNMENT(x) macro