
When viewing http://www.rrsd.com/boost/libs/serialization/doc/index.html in IE6, the right ends of some of the words are tucked underneath the scrollbar at the right of the window. The HTML or stylesheet should have some kind of margin to prevent this effect. Cheers, Dave -- Dave Abrahams Boost Consulting http://www.boost-consulting.com

David Abrahams <dave@boost-consulting.com> writes:
When viewing http://www.rrsd.com/boost/libs/serialization/doc/index.html in IE6, the right ends of some of the words are tucked underneath the scrollbar at the right of the window. The HTML or stylesheet should have some kind of margin to prevent this effect.
And another issue: template<class Archive> void load(Archive & ar, const unsigned int version) { if(version & gt; 0) ^^^^^ ar & driver_name; ar & stops; } See http://www.rrsd.com/boost/libs/serialization/doc/index.html -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (1)
-
David Abrahams