COIN-OR::LEMON - Graph Library

Ticket #46: map_concept.patch

File map_concept.patch, 792 bytes (added by Alpar Juttner, 16 years ago)
  • lemon/concepts/maps.h

    # HG changeset patch
    # User Peter Kovacs <kpeter@inf.elte.hu>
    # Date 1206880079 -7200
    # Node ID c837d1e449dccca2d2d64379d3e545c5fa32e792
    # Parent  18a7ee8fa56e63010a98e3b04e6981564c228d5a
    Minor fix in concepts/maps.h
    
    diff -r 18a7ee8fa56e -r c837d1e449dc lemon/concepts/maps.h
    a b  
    2424
    2525///\ingroup concept
    2626///\file
    27 ///\brief Map concepts checking classes for testing and documenting.
     27///\brief The concept of maps.
    2828
    2929namespace lemon {
    3030
     
    105105        const Key& key;
    106106        const Value& val;
    107107        const typename _WriteMap::Key& own_key;
    108         const typename _WriteMap::Value own_val;
     108        const typename _WriteMap::Value& own_val;
    109109        _WriteMap& m;
    110110      };
    111111    };