*** empty log message ***
This commit is contained in:
parent
1faecc8269
commit
caf5e1eb06
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue