Re: C++ templates: no support for 'export' ?
Re: C++ templates: no support for 'export' ?
- Subject: Re: C++ templates: no support for 'export' ?
- From: "William H. Schultz" <email@hidden>
- Date: Thu, 17 Apr 2008 11:41:22 -0700
I don't know about you, but I get a fair number of instances of
compiler bus errors when I use this "feature."
internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
{standard input}:32:FATAL:.abort detected. Assembly stopping.
The line number provided is always at a point in code when leaving a
namespace.
-------------------------------
Hank Schultz
Cedrus Corporation
http://www.cedrus.com/
On Apr 16, 2008, at 2:24 PM, David Fang wrote:
Am 31.03.2008 um 03:24 schrieb Dan Caugherty:
Yeah, I had a sneaking suspicion this was the case.
The extra header approach is at best a "better than nothing"
compromise,
not a real solution. But thinking about what the "other ways" to
tackle
this problem might be only makes my head hurt more.
One of the "Other ways" to try is explicit instantiation - use
google...
Late reply (have fallen behind on this list), but another option to
try is passing -frepo to CXXFLAGS, which is supposed to save all
implicit template instantiations until link time, and reduce
duplicate instantiations. (repo comes from repository)
Fang
_______________________________________________
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
Attachment:
PGP.sig
Description: This is a digitally signed message part
_______________________________________________
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