Topic: Editorial fix [N2134]: Further typo in <random> synopsis


Author: "=?iso-8859-1?q?Daniel_Kr=FCgler?=" <daniel.kruegler@googlemail.com>
Date: Fri, 9 Mar 2007 21:35:38 CST
Raw View
In [rand.synopsis]-26.4.2 (Page 758) we find:

// 26.4.8.4.2 Class template lognormal_distribution
template <class RealType = double>
class lognormal_distbution;

while the latter class definition in 26.4.8.4.2 has
the expected name.

Proposed resolution:

Replace the above template declaration with

// 26.4.8.4.2 Class template lognormal_distribution
template <class RealType = double>
class lognormal_distribution;

Greetings from Bremen,

Daniel Kr   gler


---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html                      ]





Author: pete@versatilecoding.com (Pete Becker)
Date: Mon, 12 Mar 2007 17:01:40 GMT
Raw View
Daniel Kr=FCgler wrote:
> In [rand.synopsis]-26.4.2 (Page 758) we find:
>=20
> // 26.4.8.4.2 Class template lognormal_distribution
> template <class RealType =3D double>
> class lognormal_distbution;
>=20
> while the latter class definition in 26.4.8.4.2 has
> the expected name.
>=20
> Proposed resolution:
>=20
> Replace the above template declaration with
>=20
> // 26.4.8.4.2 Class template lognormal_distribution
> template <class RealType =3D double>
> class lognormal_distribution;
>=20

Editorial.

--=20

 -- Pete
Roundhouse Consulting, Ltd. (www.versatilecoding.com)
Author of "The Standard C++ Library Extensions: a Tutorial and=20
Reference." (www.petebecker.com/tr1book)

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html                      ]