stl

Stephen Adler adler at stephenadler.com
Sat Aug 26 22:05:11 EDT 2006


Thanks Jerry, It looks like the g++ (version 2.95) is either too old and not
compliant or the install of the compiler is buggy.

Your reply is greatly appreciated.

Cheers. Steve.

Jerry Feldman wrote:
> The C++ standard defined header files without the trailing .h.
> limits is a standard ANSI C++ header file that contains the
> numeric_limits class as well as a couple of enumerations. 
> If the implementation does not include limits, it is not compliant. 
>
>
>  On Sat, 26 Aug 2006 13:19:51 -0400
> Stephen Adler <adler at stephenadler.com> wrote:
>
>   
>> Guys,
>>
>> The following code compiles on my linux (FC5) box.
>>
>> #include <limits>
>>
>> int main()
>> {
>> }
>>
>>
>> When I compile it on a solaris box, limits is not found. I forget, is 
>> the stl built in with
>> g++ or do I have to go out, find it, and install it?
>>
>> Cheers. Steve.
>>
>>
>> -- 
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>
>> _______________________________________________
>> Discuss mailing list
>> Discuss at blu.org
>> http://olduvai.blu.org/mailman/listinfo/discuss
>>
>>     
>
>
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> Discuss mailing list
> Discuss at blu.org
> http://olduvai.blu.org/mailman/listinfo/discuss
>   


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the Discuss mailing list