Subject: [Boost-bugs] [Boost C++ Libraries] #8956: progress.hpp is broken under Intel compiler
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-08-02 08:13:36
#8956: progress.hpp is broken under Intel compiler
--------------------------+------------------------
Reporter: apolukhin | Owner: bemandawes
Type: Patches | Status: new
Milestone: Boost 1.55.0 | Component: timer
Version: Boost 1.54.0 | Severity: Problem
Keywords: |
--------------------------+------------------------
Because of [http://software.intel.com/en-us/forums/topic/404755 this]
issue progress.hpp is broken under Intel compiler.
To fix it we need to explicitly call default constructor of `noncopyable`
in constructors of `progress_display` and `progress_timer`.
Example:
{{{
explicit progress_timer( std::ostream & os = std::cout )
// os is hint; implementation may ignore, particularly in embedded
systems
: timer(), noncopyable(), m_os(os) {}
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8956> 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:50:13 UTC