Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2004-04-19 12:14:54


David Abrahams <dave_at_[hidden]> 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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk