mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
more fix
This commit is contained in:
parent
f81078dd29
commit
fca4e4ebfb
@ -850,7 +850,7 @@ insert(ordered_vector<Key, Compare>::iterator position,
|
||||
// Description: Maps to insert_nonunique().
|
||||
////////////////////////////////////////////////////////////////////
|
||||
template<class Key, class Compare>
|
||||
INLINE pair<ov_multiset<Key, Compare>::iterator, bool> ov_multiset<Key, Compare>::
|
||||
INLINE ov_multiset<Key, Compare>::iterator ov_multiset<Key, Compare>::
|
||||
insert(const ordered_vector<Key, Compare>::value_type &key) {
|
||||
return ordered_vector::insert_nonunique(key);
|
||||
}
|
||||
|
@ -231,7 +231,7 @@ public:
|
||||
INLINE ov_multiset<Key, Compare> &operator = (const ov_multiset<Key, Compare> ©);
|
||||
|
||||
INLINE iterator insert(iterator position, const value_type &key);
|
||||
INLINE pair<iterator, bool> insert(const value_type &key);
|
||||
INLINE iterator insert(const value_type &key);
|
||||
|
||||
INLINE void sort();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user