Boost logo

Boost :

From: jeremy siek (jsiek_at_[hidden])
Date: 2000-09-18 20:37:48


Ran into the following warning when using is_convertible under g++ 2.95.2.
The situation was the graph library using iterator_adaptors, which uses
compressed_pair, which uses is_empty, which uses is_convertible.
Can this warning be safely ignored? If so let's suppress the
warning.

../../../boost/detail/type_traits.hpp:461: warning: cannot pass objects of type `_List_iterator<boost::detail::stored_edge<unsigned int>,boost::detail::stored_edge<unsigned int> &,boost::detail::stored_edge<unsigned int> *>' through `...'

Ciao,

jeremy


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