id summary reporter owner description type status milestone component version severity resolution keywords cc 2562 warning: type qualifiers ignored on function return type Yang Zhang Vladimir Prus "Sample source: {{{ #include namespace po = boost::program_options; int main() { int x; po::options_description desc(""""); desc.add_options()(""x,x"", po::value(&x)->default_value(2), ""x""); return 0; } }}} Building with -Wignored-qualifiers on g++ 4.3.2 on Ubuntu 8.10 x86_64. {{{ /home/yang/work/boost/boost/any.hpp: In member function âvoid boost::program_options::typed_value::notify(const boost::any&) const [with T = int, charT = char]â: boost_program_options_warning.cc:8: instantiated from here /home/yang/work/boost/boost/any.hpp:200: warning: type qualifiers ignored on function return type }}}" Bugs closed Boost 1.38.0 program_options Boost 1.37.0 Problem fixed s.ochsenknecht@…