Subject: [Boost-bugs] [Boost C++ Libraries] #1875: Boost.Iostreams warnings with GCC -Wall -W -std=c++98 -pedantic
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-04-28 09:46:38
#1875: Boost.Iostreams warnings with GCC -Wall -W -std=c++98 -pedantic
--------------------------+-------------------------------------------------
Reporter: anonymous | Owner: turkanis
Type: Bugs | Status: new
Milestone: | Component: iostreams
Version: Boost 1.35.0 | Severity: Problem
Keywords: |
--------------------------+-------------------------------------------------
I'm using Boost.Iostreams on Mac OS X 10.4 with GCC 4.0.1 and the highest
Warninglevel -Wall -W -std=c++98. GCC reports warnings for the Iostreams
Headers. Even if those aren't real bugs. They should be fixed since every
sane programer usually wants to compile without warnings!
{{{
boost-1_35/boost/iostreams/chain.hpp:416: warning: base class 'class
boost::iostreams::detail::chain_base<boost::iostreams::chain<boost::iostreams::input,
char, std::char_traits<char>, std::allocator<char> >, char,
std::char_traits<char>, std::allocator<char>, boost::iostreams::input>'
should be explicitly initialized in the copy constructor
}}}
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1875>
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:57 UTC