Searched refs:BOOST_USE_FACET (Results 1 – 3 of 3) 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
101 numpunct const& np = BOOST_USE_FACET(numpunct, loc); in convert()203 numpunct const& np = BOOST_USE_FACET(numpunct, loc); in convert()
193 CharT const w = BOOST_USE_FACET(std::ctype<CharT>, loc).widen(ch); in shl_char()