X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2Fother-1.cpp;fp=example-codegen%2Fother.cpp;h=568082d5479fddfd490fc084127276dcfe710d24;hp=c84fcdc74e548dd6a63f8eb3cdafdd3e7571dd45;hb=c5e54ff222d1174d0c99265f2812cd84fa320986;hpb=0cfa3fb24104428b6e6d8881b1f94fcad825c7ef diff --git a/example-codegen/other.cpp b/example-codegen/other-1.cpp similarity index 88% rename from example-codegen/other.cpp rename to example-codegen/other-1.cpp index c84fcdc..568082d 100644 --- a/example-codegen/other.cpp +++ b/example-codegen/other-1.cpp @@ -31,9 +31,3 @@ LIBT2N_EXPORT bool t3(const std::vector &i) { return (i.size()==1) && (i[0]==10); } - -//! test own type -LIBT2N_EXPORT bool t3(const Foo &foo) -{ - return (foo.i==foo.j); -}