X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples%2FREADME;h=75d1e3918b06892bff5733a30edb375177a71c0c;hp=78b63f964d40325821aa0b6ae99b2265365b4edc;hb=fb8dbed03f7866a829e0c18eb1e639fe2b800e18;hpb=db49c2f908cd5a007e21d27ba614eb4018f92efc diff --git a/examples/README b/examples/README index 78b63f9..75d1e39 100644 --- a/examples/README +++ b/examples/README @@ -1,3 +1,5 @@ -boost serialization and extended_type_info trouble: -- the problem was that the static initializers generated by the BOOST_CLASS_EXPORT macro haven't been called -this happened because the translation unit of the static library created wasn't used +Example using libt2n without the code generator directly. +This is probably not the example you are looking for. +The examples using the code generator are in ../examples-codegen + +This example was used to write the code generator.