Boost logo

Boost Users :

Subject: [Boost-users] Possible bug in archive/codecvt_null.hpp
From: Matthieu Brucher (matthieu.brucher_at_[hidden])
Date: 2009-01-06 06:04:33


Hi,

I'm trying to compile Boost 1.37 with PGI 7.0-7 (which does not
support some SSE2 instructions, but this is easily managed) and I run
into a missing ";" in archive/codecvt_null.hpp when no STD namespace
is available:

25 #if defined(BOOST_NO_STDC_NAMESPACE)
26 using ::codecvt;
27 using ::mbstate_t;
28 using ::size_t
29 #endif

Line 28 should end with a comma.

Matthieu

-- 
Information System Engineer, Ph.D.
Website: http://matthieu-brucher.developpez.com/
Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn: http://www.linkedin.com/in/matthieubrucher

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net