
28 Nov
2008
28 Nov
'08
10:23 a.m.
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