COIN-OR::LEMON - Graph Library

Changeset 2231:06faf3f06d67 in lemon-0.x for lemon/concept/ugraph.h


Ignore:
Timestamp:
10/03/06 13:46:39 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2973
Message:

Some rearrangement of concepts and extenders
BpUGraph concepts and concept check test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concept/ugraph.h

    r2163 r2231  
    698698      struct Constraints {
    699699        void constraints() {
    700           checkConcept<BaseIterableUGraphComponent<>, Graph>();
    701700          checkConcept<IterableUGraphComponent<>, Graph>();
    702701          checkConcept<MappableUGraphComponent<>, Graph>();
Note: See TracChangeset for help on using the changeset viewer.