Re: Bug in g++?
Re: Bug in g++?
- Subject: Re: Bug in g++?
- From: Steve Checkoway <email@hidden>
- Date: Fri, 06 Oct 2006 12:06:42 -0700
Howard Hinnant wrote:
On Oct 6, 2006, at 3:27 AM, Steve Checkoway wrote:
The code in question is attached to the bug report
<http://bugs.debian.org/cgi-bin/bugreport.cgi/t.cc?bug=391334;msg=5;att=1>.
Is this actually a bug in the compiler and if so should I file a radar
or just wait for upstream to fix it and for Apple to synchronize?
Hi Steve,
I don't believe this is actually a bug. In:
Hi,
What you said makes sense. The only problem is that by making Read() not
virtual, the problem goes away. FromStack() is still in the LuaHelpers
namespace, from what you said, it should still be looking for it at
template definition time. Also, in g++ 4.0 (but not 4.1), this change works
void Read()
{
using namespace LuaHelpers;
T x;
FromStack(x);
}
Surely at least two of the implementations of g++ 3.3, (3.4-4.0), and
4.1 must be wrong.
--
Steve Checkoway
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden