
6 Jun
2007
6 Jun
'07
1:32 p.m.
Compiling some code using Boost 1.34.0 and GCC 4.2.0, I get this warning with -O1: multi_index/ordered_index.hpp: In member function ...multi_index_base_type...insert_ multi_index/ordered_index.hpp:566 'inf.side' may be used uninitialized in this function It looks like the only position where inf.side is not initialized is line 830. But I can't tell if line 574 will be executed in this case (where inf.side is used) But I hope you can fix this warning in the next release. Joerg