Changes between Initial Version and Version 2 of Ticket #11609


Ignore:
Timestamp:
Sep 2, 2015, 5:54:42 PM (7 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11609

    • Property Owner set to Jan Gaspar
    • Property Component Nonecircular_buffer
  • Ticket #11609 – Description

    initial v2  
    33Example code that works fine without debug mode, but will run into a failed assertion in debug mode:
    44
     5
     6{{{
    57#define BOOST_CB_ENABLE_DEBUG
    68#include <boost/circular_buffer.hpp>
     
    1921        std::cout << "elem=" << *bufIter << std::endl; // ERROR: Causes "Assertion `is_valid(m_buff)' failed."
    2022}
     23}}}
     24