This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/18159] tr1/tuple is broken on darwin
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Oct 2004 14:22:57 -0000
- Subject: [Bug libstdc++/18159] tr1/tuple is broken on darwin
- References: <20041026120148.18159.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-30 14:22 -------
Not fully fixed, _I is the one which is invalid usage also.
The error I get:
/Users/pinskia/src/local/gcc/objdir/powerpc-apple-darwin7.4.1/libstdc++-v3/include/tr1/tuple:
1548: error: expected `>' before numeric constant
template<int _I, class _Tp1, class _Tp2>
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |chris at bubblescope dot net
Status|RESOLVED |REOPENED
Resolution|FIXED |
Target Milestone|4.0.0 |---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18159