add missing test function implementation
This commit is contained in:
parent
be22dd94d1
commit
f16f7ada79
1 changed files with 4 additions and 0 deletions
|
|
@ -3,9 +3,13 @@
|
|||
%ignore NoExceptClass(NoExceptClass&&);
|
||||
%rename(Assignment) NoExceptClass::operator=;
|
||||
|
||||
%{
|
||||
extern "C" void global_noexcept(int, bool) noexcept {}
|
||||
%}
|
||||
%inline %{
|
||||
|
||||
extern "C" void global_noexcept(int, bool) noexcept;
|
||||
extern "C" void global_noexcept2(int, bool) noexcept {}
|
||||
|
||||
struct NoExceptClass {
|
||||
static const bool VeryTrue = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue