[cfe-dev] Suggestion for C++ migration tool: tr1 removal
Dmitri Gribenko
gribozavr at gmail.com
Sun Mar 3 09:55:42 PST 2013
On Fri, Mar 1, 2013 at 12:13 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> On Fri, Mar 1, 2013 at 12:06 AM, Marshall Clow <mclow.lists at gmail.com> wrote:
>> I think it would be great if the c++11 migration tool "migrated" away from using tr1 features in favor of using the ones in std.
>
> Sounds good! If you are not going to work on it in immediate future,
> please put this text in
> http://clang.llvm.org/docs/ClangTools.html#ideas-for-new-tools
I went ahead and committed this as r176423, to ensure that it does not get lost.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the cfe-dev
mailing list