[cfe-dev] C++11 migration tools
John Wiegley
johnw at boostpro.com
Wed Jun 27 21:48:29 PDT 2012
>>>>> Sam Panzer <panzer at google.com> writes:
> In particular, I am working on a tool to convert existing C++ for loops to
> take advantage of the new C++11 range-based syntax. I can imagine similar
> tools to replace const with constexpr, macro hacks with static_assert, and
> potentially other common refactorings.
> Thoughts? Suggestions?
You really must watch this presentation, if you haven't already:
http://www.youtube.com/watch?v=yuIOGfcOH0k
--
John Wiegley
BoostPro Computing
http://www.boostpro.com
More information about the cfe-dev
mailing list