Home
last modified time | relevance | path

Searched defs:long_double_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/type_traits/
H A Dtype_with_alignment.hpp52 template <std::size_t Target, bool check> struct long_double_alignment{ typedef long double type; }; struct
53 template <std::size_t Target> struct long_double_alignment<Target, false>{ typedef boost::detail::m… struct