Andrew Talbot Andrew.Talbot@talbotville.com writes:
- const char *iter, *base_type, *catch_unsigned;
- union
- {
const char *constant;
char *nonconst;
- } type_str;
That's not better than simply casting const away, it's just hiding the problem from the compiler.