Changes between Initial Version and Version 1 of Ticket #5362, comment 1
- Timestamp:
- Jun 9, 2013, 8:53:46 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5362, comment 1
initial v1 1 1 workaround is to manually include stdexcept every time circular_buffer.hpp is included: 2 2 3 4 {{{ 3 5 #include <stdexcept> // included for circular_buffer.hpp: https://svn.boost.org/trac/boost/ticket/5362 4 6 #include <boost/circular_buffer.hpp> 7 }}} 8