swig/Lib/pike
Olly Betts c836c81acb When wrapping C++ code, generate code which uses
std::string::assign(PTR, LEN) rather than assigning
std::string(PTR, LEN).  Using assign generates more efficient code
(tested with GCC 4.1.2).


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9936 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-09-17 20:10:57 +00:00
..
pike.swg Fix operator warnings 2006-07-04 21:04:35 +00:00
pikekw.swg Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
pikerun.swg Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
std_string.i When wrapping C++ code, generate code which uses 2007-09-17 20:10:57 +00:00