cvs -z3 -q diff relaxed_heap.hpp (in directory D:\dev\boost_cvs\boost\pending) Index: relaxed_heap.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/pending/relaxed_heap.hpp,v retrieving revision 1.9 diff -r1.9 relaxed_heap.hpp 49c49,52 < : kind(kind), parent(this), rank(0) { } --- > : kind(kind), rank(0) > { > parent = this; > }