|
Boost : |
Subject: Re: [boost] [math distributions]
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-11-28 12:23:27
AMDG
Thijs van den Berg wrote:
> 1) Assignments:
> shouldn't we replace occurrences like
> RealType result scale = dist.scale();
> with
> RealType result scale(dist.scale());
The two forms mean exactly the same thing--copy construction, not
assignment.
In Christ,
Steven Watanabe
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk