Details
Description
The wrapper code generated for a class with an arg that has a default expression with {} does not compile.
::ModernCpp::IntValues cppArg0 = ModernCpp::IntValues::{};
A unit test is attached.
The wrapper code generated for a class with an arg that has a default expression with {} does not compile.
::ModernCpp::IntValues cppArg0 = ModernCpp::IntValues::{};
A unit test is attached.