id summary reporter owner description type status milestone component version severity resolution keywords cc 10324 Fix for const-cast warning harris.pc@… James E. King, III "I see this warning in GCC 4.7.2, using Boost 1.56.0 boost/format/feed_args.hpp|121 col 9| warning: cast from type ‘const void*’ to type ‘boost::remove_reference::type* {aka long unsigned int*}’ casts away qualifiers [-Wcast-qual] boost/format/feed_args.hpp|126 col 9| warning: cast from type ‘const void*’ to type ‘long unsigned int*’ casts away qualifiers [-Wcast-qual] I've made a simple change to the code that avoids these warnings - please see attached patch. " Bugs closed Boost 1.66.0 format Boost 1.56.0 Problem fixed