Go to the documentation of this file. 13 #ifndef __STOUT_CIRCULAR_BUFFER_HPP__ 14 #define __STOUT_CIRCULAR_BUFFER_HPP__ 20 #define BOOST_CB_DISABLE_DEBUG 1 21 #define BOOST_CB_ENABLE_DEBUG 0 22 #include <boost/circular_buffer.hpp> 24 using boost::circular_buffer;
26 #endif // __STOUT_CIRCULAR_BUFFER_HPP__