This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Turning off C++ casting?


> That is funny because you previously stated that you wanted to avoid
> the dyanmic_cast<>.  Now, you're telling me that you are going to do it
> anyway.  That is an *inconsistent* position.

The original poster wants to do the dynamic_cast only in debug versions, not 
release versions.  He asked for a flag to do so and it was pointed out that 
it is not feasible to implement it.

> All this has nothing to do with GCC.

Yes, it really belongs in gcc-help.

Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]