On Jan 27, 2013, at 1:19 PM, Dmitri Gribenko <[email protected]> wrote:
> On Sun, Jan 27, 2013 at 4:55 PM, Dmitri Gribenko <[email protected]> wrote: >> On Sun, Jan 27, 2013 at 7:18 AM, NAKAMURA Takumi <[email protected]> >> wrote: >>> Fariborz, it seems it doesn't like @tparam in templates. >>> http://bb.pgr.jp/builders/clang-3stage-x86_64-linux/builds/832 >> >> Here's a reduced example: >> >> /// \tparam T foo >> template<typename T> >> class Z { >> }; >> >> typedef Z<int> zint; >> >> Looking into it... > > Recommitted in r173626. Thanks Dmitri. - Fariborz > > 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 <[email protected]>*/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
