Update of /cvsroot/boost/boost/boost/circular_buffer
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15808
Modified Files:
details.hpp
Log Message:
circuler_buffer: bugfix #1120 - circular_buffer fails to compile on msvc 8.0
Index: details.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/circular_buffer/details.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- details.hpp 10 Jun 2007 12:54:55 -0000 1.3
+++ details.hpp 29 Jul 2007 19:49:19 -0000 1.4
@@ -219,9 +219,9 @@
//! Difference type.
typedef typename base_iterator::difference_type difference_type;
-#if !defined(BOOST_CB_TEST)
+#if !defined(BOOST_CB_TEST) && !BOOST_CB_ENABLE_DEBUG
private:
-#endif // #if !defined(BOOST_CB_TEST)
+#endif
// Member variables
//! The circular buffer where the iterator points to.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs