Switch time() calls to monotonic clock calls (#7597)
[libt2n] / examples / README
index 78b63f9..75d1e39 100644 (file)
@@ -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.