id summary reporter owner description type status milestone component version severity resolution keywords cc 4018 [PATCH] boost/multi_index gcc warning cleanup Tatu Kilappa Joaquín M López Muñoz "Patch to clean up excessive gcc 4.x warning barf. To reproduce, compile any program using property_tree (that by proxy uses multi_index) with: -Wall -Wcast-align -Wconversion -Wdisabled-optimization -Werror=return-type -Wextra -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wno-multichar -Wpacked -Wredundant-decls -Wshadow -Wswitch-default -Wundef -Wwrite-strings -Wctor-dtor-privacy -Werror=non-virtual-dtor -Woverloaded-virtual Attached patch fixes the issues, except for boost/multi_index_container.hpp, which produces the following: /usr/local/include/boost/multi_index_container.hpp: In member function 'typename boost::multi_index::multi_index_container::nth_index_iterator::type boost::multi_index::multi_index_container::project(IteratorType)': /usr/local/include/boost/multi_index_container.hpp:363: warning: declaration of 'index' shadows a member of 'this' As index is not referenced within the four instances of this warning, I refrained from modifying them. If you can fix the issue, I would appreciate it." Patches closed Boost 1.43.0 multi_index Boost Development Trunk Cosmetic fixed gcc warning