mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
*** 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…
x
Reference in New Issue
Block a user