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:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user