Home
last modified time | relevance | path

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

/third_party/boost/boost/log/core/
Drecord_view.hpp90 BOOST_DELETED_FUNCTION(public_data& operator= (public_data const&)) in BOOST_DELETED_FUNCTION() function in boost::record_view
/third_party/boost/boost/config/detail/
Dsuffix.hpp727 # define BOOST_DELETED_FUNCTION(fun) fun = delete; macro
729 # define BOOST_DELETED_FUNCTION(fun) private: fun; macro