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
|
|
@ -22,6 +22,8 @@ CPP_TEST_CASES = \
|
|||
li_std_map \
|
||||
li_std_set \
|
||||
li_std_functors \
|
||||
li_std_stack \
|
||||
li_std_queue \
|
||||
naming \
|
||||
primitive_types \
|
||||
std_containers \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# A simple std::stack test
|
||||
# A simple std::queue test
|
||||
#
|
||||
# Author::
|
||||
# Copyright::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue