help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tolower - std namespace?


From: Taras_96
Subject: Re: tolower - std namespace?
Date: Wed, 19 Mar 2008 08:09:49 -0700 (PDT)
User-agent: G2/1.0

>
> 1. As is:
> --------------------
> g++ compiled fine
>
> MSV2008:tolower.cpp(10) : error C2039: 'tolower' : is not a member of
> 'std'
>
> Where is 'tolower' being pulled in from for g++? I'm not including
> cctype or ctype.h...

Something similar was happening in another file. I was using the time
function, but not including <ctime> or <time.h> anyway. It would
compile on g++, but not on VS2008.
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]