Ticket #4954: tagged_argument.hpp.diff

File tagged_argument.hpp.diff, 583 bytes (added by Rich McKeever <richmckeever@…>, 12 years ago)
  • boost/boost/parameter/aux_/tagged_argument.hpp

  • /

    old new  
    122122    template <class Default>
    123123    reference operator[](default_<key_type,Default> const& x) const
    124124    {
     125        (void) x;
    125126        return value;
    126127    }
    127128