Ticket #6360: container.hpp.patch

File container.hpp.patch, 965 bytes (added by Fernando Pelliccioni <fpelliccioni@…>, 11 years ago)
  • boost/phoenix/stl/container/container.hpp

     
    786786    //  The lazy functions themselves.
    787787    //
    788788    ///////////////////////////////////////////////////////////////////////////////
     789    namespace adl_barrier
     790    {
    789791    BOOST_PHOENIX_ADAPT_CALLABLE(assign, boost::phoenix::stl::assign, 2)
    790792    BOOST_PHOENIX_ADAPT_CALLABLE(assign, boost::phoenix::stl::assign, 3)
    791793    BOOST_PHOENIX_ADAPT_CALLABLE(assign, boost::phoenix::stl::assign, 4)
     
    820822    BOOST_PHOENIX_ADAPT_CALLABLE(splice, stl::splice, 4)
    821823    BOOST_PHOENIX_ADAPT_CALLABLE(splice, stl::splice, 5)
    822824    BOOST_PHOENIX_ADAPT_CALLABLE(value_comp, stl::value_comp, 1)
     825    } //namespace adl_barrier
     826   
     827    using namespace adl_barrier;
    823828
    824829}} // namespace boost::phoenix
    825830