Home
last modified time | relevance | path

Searched refs:lazy_disable_if_c (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/core/
H A Denable_if.hpp67 struct lazy_disable_if_c { struct
72 struct lazy_disable_if_c<true, T> {}; struct
75 struct lazy_disable_if : public lazy_disable_if_c<Cond::value, T> {};
105 struct lazy_disable_if_c : enable_if_does_not_work_on_this_compiler<T> struct