William S Fulton
|
6b4e57245d
|
Fix STL wrappers to not generate <: digraphs.
For example std::vector<::X::Y> was sometimes generated, now
corrected to std::vector< ::X::Y >.
|
2015-12-12 14:05:46 +00:00 |
|
Gonzalo Garramuno
|
c18feb2af3
|
Fixed type_name of some std classes.
Remove cmp_id from GC_VALUE.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9784 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-05-06 12:46:40 +00:00 |
|
Gonzalo Garramuno
|
8622de7595
|
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
|
2007-05-06 05:54:48 +00:00 |
|
Gonzalo Garramuno
|
a7aa62ce68
|
Added an implementation of std_queue with tests.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9779 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2007-05-06 05:25:58 +00:00 |
|