Boost logo

Boost Users :

Subject: Re: [Boost-users] Possible bug in archive/codecvt_null.hpp
From: Robert Ramey (ramey_at_[hidden])
Date: 2009-01-06 11:18:15


Good call.

Robert Ramey

Matthieu Brucher wrote:
> 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


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