2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-27 06:52:11 +00:00

Comeau and Metrowerks say randomize_property must follow detail::randomize_property

[SVN r18527]
This commit is contained in:
Beman Dawes
2003-05-24 12:10:13 +00:00
parent bc232d0067
commit 5dfedd00db

View File

@@ -164,13 +164,6 @@ namespace boost {
}
}
template<class Property, class G, class RandomGenerator>
void randomize_property(G& g, RandomGenerator& rg)
{
detail::randomize_property
(g, rg, Property(), typename property_kind<Property>::type());
}
namespace detail {
template<class Property, class G, class RandomGenerator>
@@ -196,6 +189,13 @@ namespace boost {
}
}
template<class Property, class G, class RandomGenerator>
void randomize_property(G& g, RandomGenerator& rg)
{
detail::randomize_property
(g, rg, Property(), typename property_kind<Property>::type());
}