Rafal | 10 Aug 19:36

Dead links in boost serialization


http://www.boost.org/doc/libs/1_35_0/libs/serialization/doc/tutorial.html#pointers

1)
http://www.boost.org/doc/libs/1_35_0/libs/serialization/example/demo_xml.cpp
works, but I dont see any way to get the needed .hpp file?

2)
missing
http://www.boost.org/doc/libs/1_35_0/libs/serialization/example/demo_save.xml

probably others there.

How do I get the complete source of bus example?

This is really a problem for most examples.

--

-- 
RafaƂ Maj
Software developer

_______________________________________________
Boost-docs mailing list
Boost-docs <at> lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-docs
Daniel James | 11 Aug 01:36
Favicon

Re: Dead links in boost serialization

2008/8/10 Rafal <newsgroup <at> limcore.com>:
>
> 1)
> http://www.boost.org/doc/libs/1_35_0/libs/serialization/example/demo_xml.cpp
> works, but I dont see any way to get the needed .hpp file?

It's at http://www.boost.org/doc/libs/1_35_0/libs/serialization/example/demo_gps.hpp.
I'll see if I can change the script to create links for that kind of
include. You can also find the source files in the
'libs/serialization/example' directory of the boost download - if you
look at the top of page for a source file, it shows the path in the
boost download, that should help you find the files.

> 2)
> missing
> http://www.boost.org/doc/libs/1_35_0/libs/serialization/example/demo_save.xml
>
> probably others there.

Sorry, the website wasn't configured to display xml files. You should
be able to see it now.

Daniel

Gmane