$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-01-29 15:20:20
On Jan 28, 2007, at 9:09 AM, Dmitry wrote:
> Line 193 should be
> void randomize_property(G& g, RandomGenerator& rg, Property)
>
> instead of
>
> void randomize_property(G& g, RandomGenerator& rg)
>
> ??
Both ways will work. The current randomize_property will be used like
this:
randomize_property<Property>(g, rg)
Cheers,
Doug