C++ templates: no support for 'export' ?
C++ templates: no support for 'export' ?
- Subject: C++ templates: no support for 'export' ?
- From: Dan Caugherty <email@hidden>
- Date: Sun, 30 Mar 2008 16:57:56 -0400
Hi all --
I was really hoping not to include a large template method in a *.h
file,
but alas, it looks like I can't get around this warning:
warning: keyword 'export' not implemented, and will be ignored
This looks like a GCC 4.0 warning that has nothing to do with Xcode 3.0,
unless I've missed something.
What other source code organization strategies can I try, other than
(gag)
sticking all of my class methods in the header?
TIA,
-- Dan
_______________________________________________
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