X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2Fclient.cpp;h=266bef0aca2fdca359a9c0158fc4c7a342776ef6;hp=260a60cb840c289d7f47291d64690bc6e6a5a09b;hb=e5bc4700c8dd5a178d4c40c163a4107901698b6f;hpb=472456caf92ef55f7ab344e8b0087d64c8701e23 diff --git a/example-codegen/client.cpp b/example-codegen/client.cpp index 260a60c..266bef0 100644 --- a/example-codegen/client.cpp +++ b/example-codegen/client.cpp @@ -29,6 +29,7 @@ int main(int argc, char** argv) && ( cc.testfunc_ref("hello") == "hello, testfunc() was here" ) && ( cc.t2(10) == 10 ) && ( cc_other.t3(10, 20, "hello", std::pair(10,20)) ) - && ( cc_other.t3(10) == 10 ) ) + && ( cc_other.t3(10) == 10 ) + && ( cc_other.t3(std::vector(1,10)) ) ) ? EXIT_SUCCESS : EXIT_FAILURE; }