Searched defs:BOOST_USE_FACET (Results 1 – 1 of 1) sorted by relevance
412 # define BOOST_USE_FACET(Type, loc) std::use_facet(loc, static_cast<Type*>(0)) macro415 # define BOOST_USE_FACET(Type, loc) std::_USE(loc, Type) macro418 # define BOOST_USE_FACET(Type, loc) (*std::_Use_facet<Type >(loc)) macro422 # define BOOST_USE_FACET(Type, loc) std::use_facet< Type >(loc) macro