Possible Duplicate:
How to find (and replace) all old C-style data type casts in my C++ source code?
I'm currently refactoring some old code and the project I am working on has a policy of only using the new c++ style casts. I'm trying to make sure that I don't miss any but currently the approach I'm taking is quite crude so I'm wondering if there is any way of making the old c style casts not compile in a c++ project? (or at least give a compiler warning if this is not possible)
cc1plus: error: unrecognized command line option ‘-Wold-style-casts’– shuttle87 May 8 '11 at 16:50-Wold-style-cast. Note nosat the end. – hammar May 8 '11 at 16:51