Boost logo

Boost :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2003-05-27 07:00:09


In the container_adaptor.hpp v1.1 file I found a mistake in the definition
of swap (it should not be the same as the definition for end()):

    template <typename C>
    const_iterator end(const C& c) const { return c.c().end(); }

    template <typename C>
* void swap(C& a, C& b) const { return c.c().end(); }

Regards,
Reece

_________________________________________________________________
Find a cheaper internet access deal - choose one to suit you.
http://www.msn.co.uk/internetaccess


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