Ticket #5099: add_rvalue_reference.patch

File add_rvalue_reference.patch, 644 bytes (added by mimomorin@…, 12 years ago)

A patch for add_rvalue_reference.hpp (against trunk)

  • boost/type_traits/add_rvalue_reference.hpp

     
    2828// shall name T&&; otherwise, type shall name T. [ Note: This rule reflects
    2929// the semantics of reference collapsing. For example, when a type T names
    3030// a type T1&, the type add_rvalue_reference<T>::type is not an rvalue
    31 // reference. —end note ]
     31// reference. -end note ]
    3232//----------------------------------------------------------------------------//
    3333
    3434namespace boost {