Re: which set of C++ headers?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ox+bQH/DZuIuooUTcLNBe3w6FkkC4XCsBzDTGJ55sXM=; b=xaX/mO2s/RUciMLKD+Hhc/J+4NRL4XX4R1QSR43sm6rzS+jGfzN7C8p4sKpKkc57th cM+vxmAzKWZp7g1Q8mu76xMK9/qvlHmHzmycfGMr01kKWITYmwCtsmtG6zqfMHtlsoFE csdcdxjqWnAUEVgN86f0h7eBqweF44UBg5RZ4= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=YnUMIv7FmUMCxpRcvRXqART3J60Tyxcf3c8mm7/RIh6XM1nqEr17xGfr6ZxXAQE4Kv LVPlbWjIjDTDGEzXmCuXAXl2b5FnT91+wTJfXQqIbGRODzWeLJt5Y7gQeGdF0q84mQtF sgL7mozFH02Vnr8QVAEWDUcRW9tKP65HMoX64= On Wed, Jun 25, 2008 at 3:17 PM, Alexander Agranovsky <alex@voxeo.com> wrote:
Hi all,
OSX 10.5 SDK seems to include two STL implementations -- one in /Developer/SDKs/MacOSX10.5.sdk/usr/include/gcc/darwin/3.3/c++/, another one in /Developer/SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/.
They seem to be vastly different. So my questions are: - which one is supposed to be used?
You use whichever corresponds to the compiler that you're using
- what controls which one is picked?
The compiler chooses (i.e. you shouldn't have to worry about it) -- Clark S. Cox III clarkcox3@gmail.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Clark Cox