G++ PATCH: static_cast rejecting valid casts

Jason Merrill jason@cygnus.com
Wed Dec 15 10:58:00 GMT 1999


Your patch is more general than necessary; the passage you quote only
applies to single-level pointer conversions.  Indeed, the only conversions
that static_cast can perform between two multi-level pointers are also
standard conversions.

Jason


More information about the Gcc-patches mailing list