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:
Gonzalo Garramuno 2007-05-06 05:54:48 +00:00
commit 8622de7595
8 changed files with 45 additions and 49 deletions

View file

@ -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