$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Benoit Hudson (benoit.hudson_at_[hidden])
Date: 2007-10-24 12:55:38
I went through and reduced it just a bit:
cat > reduced.cpp << EOF
namespace std { class type_info { }; }
struct Cow {
const std::type_info& moo() {
return typeid(void);
}
};
EOF
gcc4.3 -O2 -Wall reduced.cpp