*** empty log message ***

This commit is contained in:
David Rose 2001-03-02 00:30:40 +00:00
parent 1faecc8269
commit caf5e1eb06
2 changed files with 2 additions and 2 deletions

View File

@ -316,7 +316,7 @@ erase(iterator first, iterator last) const {
_ptr->erase(first, last);
}
#if !defined(WIN32_VC) || defined(CPPPARSER)
#if !defined(WIN32_VC)
////////////////////////////////////////////////////////////////////
// Function: PointerToArray::Indexing operator
// Access: Published

View File

@ -130,7 +130,7 @@ public:
INLINE void erase(iterator first, iterator last) const;
PUBLISHED:
#if !defined(WIN32_VC) || defined(CPPPARSER)
#if !defined(WIN32_VC)
INLINE reference operator [](size_type n) const;
#endif
INLINE void push_back(const Element &x);