[Bug c++/42085] Typedef templates

2009-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-11-18 02:10 --- I think C++0x (well renamed to C++1x) has something like this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42085

[Bug c++/42085] Typedef templates

2009-11-17 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-11-18 02:13 --- (In reply to comment #1) > I think C++0x (well renamed to C++1x) has something like this. Called template aliases: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2258.pdf Note GCC does not implement them

[Bug c++/42085] Typedef templates

2009-11-18 Thread marc dot coiffier at free dot fr
--- Comment #3 from marc dot coiffier at free dot fr 2009-11-18 18:13 --- (In reply to comment #2) > (In reply to comment #1) > > I think C++0x (well renamed to C++1x) has something like this. > > Called template aliases: > http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2258.

[Bug c++/42085] Typedef templates

2009-11-18 Thread redi at gcc dot gnu dot org
--- Comment #4 from redi at gcc dot gnu dot org 2009-11-18 18:47 --- (In reply to comment #3) > you tell me when they plan to release a stable version of a C++1x compiler ? After the C++1x standard is finished, which might be next year, or might not. I don't know of any compiler that

[Bug c++/42085] Typedef templates

2011-08-16 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42085 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|