id summary reporter owner description type status milestone component version severity resolution keywords cc 5995 "Warnings when compiled with ""-Wold-style-cast""" Shuo Chen No-Maintainer "g++ 4.4.5 reports warnings when compiles various components with ""-Wold-style-cast"". old-style-cast found in following files: boost/circular_buffer/debug.hpp boost/function/function_template.hpp boost/ptr_container/ptr_sequence_adapter.hpp boost/unordered/detail/buckets.hpp boost/unordered/detail/allocator_helpers.hpp boost/unordered/detail/emplace_args.hpp boost/unordered/detail/table.hpp boost/mpl/assert.hpp boost/functional/hash/detail/hash_float.hpp boost/functional/hash/hash.hpp boost/concept/detail/general.hpp boost/concept/detail/has_constraints.hpp boost/concept/usage.hpp Note: it's an incomplete list, but a list of headers (indirectely) used in my program, because old-style-cast can't be found with regexp. Please see ticket #3410 which is very similar to this one. Those warnings exists in both Boost 1.47.0 and svn trunk 74788, I attached a patch file against svn trunk 74788." Patches closed To Be Determined None Boost 1.47.0 Cosmetic worksforme old-style-cast