ChangeLog
author deba
Sat, 13 Nov 2004 21:37:54 +0000
changeset 989 ca95f8b5c931
parent 928 71dc900ee30f
child 1162 2f51fccbc261
permissions -rw-r--r--
XyzConcept moved to Xyz::Constraints
use checkConcept in the next way:

checkConcept<ErasableGraph, ListGraph>();
checkConcept<ReadWriteMap<Node, Node>, PredMap>;
alpar@987
     1
	* ValueType -> Value, KeyType -> Key, ReferenceType ->Reference,
alpar@987
     2
	  PointerType -> Pointer
alpar@987
     3
	* target() -> target(), source() -> source()
alpar@987
     4
	* Graph factory
alpar@987
     5
	* Right include paths in documentation
alpar@987
     6
	
alpar@928
     7
2004-09-30  Alpar Juttner  <alpar@cs.elte.hu>
alpar@928
     8
alpar@928
     9
	* Version 0.2 released
alpar@928
    10