Re: [arm-gnu] Error: Namespace "std" has no member "min" (same with "max")
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] Error: Namespace "std" has no member "min" (same with "max")



Maybe this is too trivial, but have you tried to
#include <algorithm>
?

Norbert

2010/7/19 Chris Fagyal <chris.fagyal@xxxxxxxxxxxx>

> Hello,
>
> In trying to compile some code with the Codesourcery G++ toolchain for
> an ARM processor we have run into an issue where we are getting errors
> in trying to find std::min and std::max.  The errors returned are:
>
> error: Namespace "std" has no member "min"
>
> and
>
> error: Namespace "std" has no member "max"
>
> Is there something special that needs to be done for these to be
> supported?
>
> Thanks,
> Chris
>
> Notice: This e-mail is intended solely for use of the individual or entity
> to which it is
> addressed and may contain information that is proprietary, privileged,
> company confidential
> and/or exempt from disclosure under applicable law. If the reader is not
> the intended
> recipient or agent responsible for delivering the message to the intended
> recipient, you are
> hereby notified that any dissemination, distribution or copying of this
> communication is
> strictly prohibited. If this communication has been transmitted from a U.S.
> location it may
> also contain data subject to the International Traffic in Arms Regulations
> or U.S. Export
> Administration Regulations and cannot be disseminated, distributed or
> copied to foreign
> nationals, residing in the U.S. or abroad, without the prior approval of
> the U.S. Department
> of State or appropriate export licensing authority. If you have received
> this communication
> in error, please notify the sender by reply e-mail or collect telephone
> call and delete or
> destroy all copies of this e-mail message, any physical copies made of this
> e-mail message
> and/or any file attachment(s).
>
>