Added more STL (more exceptions, map, size_t), fixed test case: conversion_ns_template.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9628 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
bc08e0f335
commit
515e846e2a
7 changed files with 135 additions and 16 deletions
5
Lib/lua/std_common.i
Normal file
5
Lib/lua/std_common.i
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
%include <std_except.i>
|
||||
|
||||
%apply size_t { std::size_t };
|
||||
%apply const size_t& { const std::size_t& };
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue