Changes between Initial Version and Version 1 of Ticket #5362, comment 1


Ignore:
Timestamp:
Jun 9, 2013, 8:53:46 PM (9 years ago)
Author:
viboes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5362, comment 1

    initial v1  
    11workaround is to manually include stdexcept every time circular_buffer.hpp is included:
    22
     3
     4{{{
    35#include <stdexcept> // included for circular_buffer.hpp: https://svn.boost.org/trac/boost/ticket/5362
    46#include <boost/circular_buffer.hpp>
     7}}}
     8