Home
last modified time | relevance | path

Searched refs:BOOST_DELETED_FUNCTION (Results 1 – 4 of 4) 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 Ddemangle.hpp78 BOOST_DELETED_FUNCTION(scoped_demangled_name( scoped_demangled_name const& ))
79 BOOST_DELETED_FUNCTION(scoped_demangled_name& operator= ( scoped_demangled_name const& ))
H A Dref.hpp85 BOOST_DELETED_FUNCTION(reference_wrapper(T&& t))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/
H A Dsuffix.hpp723 # define BOOST_DELETED_FUNCTION(fun) fun = delete; macro
725 # define BOOST_DELETED_FUNCTION(fun) private: fun; macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Diterator_facade.hpp612 BOOST_DELETED_FUNCTION(iterator_core_access())