|
Boost Users : |
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
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net