std::min, std::max
std::min, std::max
- Subject: std::min, std::max
- From: "Carl Smith" <email@hidden>
- Date: Mon, 24 Oct 2005 17:40:10 -0400
- Thread-topic: std::min, std::max
I am trying to get my application that was compiling find under Xcode 1.5
to compile in Xcode 2, but I keep getting errors, when compiling, relating to std::min(
) and std::max(). The files are containing the std::max/std::min
calls are in the /usr/include/gcc/Darwin/4.0/ sub directories, such as /usr/include/gcc/Darwin/4.0/bits/fstream.tcc
files and etc.
I would have thought that a transfer direct compile from my 1.5 project
would have been easy, but I was wrong.
Any thoughts as to what I may need to include or bring into my Xcode
2.0 project to get a clean compile?
Thanks for any suggestions
Carl
|
_______________________________________________
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