Removed allocator from constructors.
Added copy constructors to stack/queue. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9780 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a7aa62ce68
commit
8622de7595
8 changed files with 45 additions and 49 deletions
|
|
@ -91,7 +91,7 @@ namespace std {
|
|||
|
||||
%typemap_traits_ptr(SWIG_TYPECHECK_SET, std::set<_Key, _Compare, _Alloc >);
|
||||
|
||||
set( const _Compare&, const _Alloc& a = allocator_type() );
|
||||
set( const _Compare& );
|
||||
|
||||
#ifdef %swig_set_methods
|
||||
// Add swig/language extra methods
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue