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]

New style casts in g++ source


I've a habit of converting old style casts to new style whenever I
recompile a package, if for nothing else than to make explicit what is
needed at the point it's done (initially I was quite astonished in how
many occurrences turned out to need reinterpret_cast).

So I was thinking about whether it would be a good thing to do the
same with the g++ sources, for which I'd like to hear your opinion.


Philipp

-- 
Close the windows! The penguin is freezing.


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