COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
11/13/04 22:37:54 (20 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1379
Message:

XyzConcept? moved to Xyz::Constraints
use checkConcept in the next way:

checkConcept<ErasableGraph?, ListGraph?>();
checkConcept<ReadWriteMap?<Node, Node>, PredMap?>;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/graph_wrapper_test.cc

    r970 r989  
    3939
    4040
    41 typedef SmartGraph Graph;
    42 
    4341
    4442int main()
    4543{
    4644  {
    47     function_requires<StaticGraphConcept<GraphWrapper<Graph> > >();
     45    checkConcept<StaticGraph, GraphWrapper<StaticGraph> >();
    4846
    4947//     function_requires<StaticGraphConcept<RevGraphWrapper<Graph> > >();
Note: See TracChangeset for help on using the changeset viewer.