Ronald Florence wrote:
> formulabase.h:32: no matching function for call to
> `std::type_info::type_info()

What happens if you rename struct type_info in ref_inset.h?

$ for file in ref_inset.h ref_inset.C; do
sed 's/type_info/type_data/' $file > tmp
cmp -s $file tmp && continue
diff -u $file tmp
mv -i tmp $file
done; rm -f tmp

-- 
Angus

Reply via email to