[cfe-dev] Suggestion for C++ migration tool: tr1 removal
Dmitri Gribenko
gribozavr at gmail.com
Thu Feb 28 14:13:32 PST 2013
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
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