| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On Nov 16, 2005, at 4:05 PM, William H. Schultz wrote: If they are including your header file, then they are including whatever you include. Just because you say "using namespace std" inside your class declaration shouldn't mean they have to treat your class any differently. It definitely doesn't mean they have to start programming with STL--as long as you aren't returning STL objects to them. The class modeler, like many other symbolically-driven parts of Xcode (the Project Symbols smartgroup, the Class Browser, Find Definition, and command-doubleclick navigation) is driven off of the project index, and the C++ project indexer does not capture or store namespace information at this time. Items that are distinguished only by namespace may become confused. Chris |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/xcode-users/email@hidden This email sent to email@hidden
| References: | |
| >Class Modeler and STL std:: (From: email@hidden) | |
| >Re: Class Modeler and STL std:: (From: "William H. Schultz" <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.