Update of /cvsroot/boost/boost/boost/interprocess/containers
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31601

Modified Files:
        vector.hpp 
Log Message:
Wrapped (const_)iterator definition with    /// @cond and    /// @endcond to 
avoid problems with Doxygen 1.5

Index: vector.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/interprocess/containers/vector.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- vector.hpp  22 Jul 2007 14:06:07 -0000      1.9
+++ vector.hpp  24 Jul 2007 16:30:37 -0000      1.10
@@ -237,6 +237,8 @@
    /// @endcond
    public:
 
+   /// @cond
+
    //! Const iterator used to iterate through a vector. 
    class const_iterator
       : public std::iterator<std::random_access_iterator_tag
@@ -380,6 +382,8 @@
       {  return *((const_iterator*)this) - right;   }
    };
 
+   /// @endcond
+
    //! Iterator used to iterate backwards through a vector. 
    typedef std::reverse_iterator<iterator>   
       reverse_iterator;


-------------------------------------------------------------------------
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

Reply via email to