[Bug c++/30633] Weird uninit in Boost `add_edge'
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Feb 6 00:34:00 GMT 2007
------- Comment #5 from pinskia at gcc dot gnu dot org 2007-02-06 00:34 -------
This is a true warning.
With the mainline we get an extra note:
boost_1_33_1/boost/graph/detail/adjacency_list.hpp:2116: note:
'p.boost::property<boost::edge_back_t, bool, boost::no_property>::m_value' was
declared here
That was added for fixing PR 17506.
which shows that this is a bug in boost's headers.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30633
More information about the Gcc-bugs
mailing list