Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5362: circular_buffer does not compile with BOOST_NO_EXCEPTIONS
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-03-23 19:30:26
#5362: circular_buffer does not compile with BOOST_NO_EXCEPTIONS
-------------------------------+--------------------------------------------
Reporter: anonymous | Owner: jano_gaspar
Type: Bugs | Status: new
Milestone: To Be Determined | Component: circular_buffer
Version: Boost 1.46.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Comment (by anonymous):
workaround is to manually include stdexcept every time circular_buffer.hpp
is included:
#include <stdexcept> // included for circular_buffer.hpp:
https://svn.boost.org/trac/boost/ticket/5362
#include <boost/circular_buffer.hpp>
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5362#comment:1> 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:06 UTC