Topic: More missing semicolons: 22.1.1 (locale)


Author: Ray Lischner <dontspamme@spam.you>
Date: Thu, 18 Jul 2002 22:52:14 GMT
Raw View
More missing semicolons, in section 22.1.1 [lib.locale]. The declaration for
the locale class template is missing semicolons after the constructors:

  // construct/copy/destroy:
  locale() throw()
  locale(const locale& other) throw()
--
Ray Lischner, author of C++ in a Nutshell (forthcoming)
http://www.tempest-sw.com/cpp/

---
[ 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.jamesd.demon.co.uk/csc/faq.html                       ]