Re: STL vector not working
Re: STL vector not working
- Subject: Re: STL vector not working
- From: Arthur Clemens <email@hidden>
- Date: Sat, 12 Oct 2002 14:09:33 +0200
Thanks to everyone who made suggestions. I really appreciate the amount
of response people on this list are giving to all 'easy' and
'difficult' questions.
Do all the files that include that .h file have the .mm file suffix
(objective-C++)? If any one has the .m suffix (objective-c) it won't
accept C++ code.
I *did* rename my implemention file to .mm, but the .h file was
imported by another file (Appcontroller.h), so renaming the
Appcontroller.m to Appcontroller.mm as well did the trick.
Arthur
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.