2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-31 08:12:14 +00:00

various changes, almost forgot to check in

[SVN r8379]
This commit is contained in:
Jeremy Siek
2000-12-03 06:20:23 +00:00
parent 6458c75bf3
commit 4944df198e

View File

@@ -84,7 +84,7 @@ namespace boost {
typedef typename property_traits<Weight>::value_type W_value;
typedef typename property_traits<Rank>::value_type R_value;
typedef typename property_traits<Parent>::value_type P_value;
function_requires<LessThanComparableConcept<W_value> >();
function_requires<ComparableConcept<W_value> >();
function_requires<ConvertibleConcept<P_value, Vertex> >();
function_requires<IntegerConcept<R_value> >();