$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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