Subject: [Boost-bugs] [Boost C++ Libraries] #2453: warning avoidance for altsstream
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-10-31 15:39:28
#2453: warning avoidance for altsstream
--------------------------+-------------------------------------------------
Reporter: pbristow | Owner: rogeeff
Type: Patches | Status: new
Milestone: Boost 1.37.0 | Component: test
Version: Boost 1.36.0 | Severity: Cosmetic
Keywords: test warning |
--------------------------+-------------------------------------------------
boost\format\alt_sstream.hpp(128) : warning C4224: nonstandard extension
used : formal parameter 'arg' was previously defined as a type
It would be nice (avoiding several pages of warnings!) if this
could be avoided by using a different name in alt_sstream.hpp
const T & operator()(const T & arg) { return arg; } line 128
Thanks.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2453> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC