edrosten / gvars

Lightweight and simple configuration library for C++ programs.
Other
29 stars 22 forks source link

gvars3/type_name.h(42): error C2065: '__PRETTY_FUNCTION__' : undeclared identifier #2

Open Reena24 opened 10 years ago

Reena24 commented 10 years ago

Hello Sir I keep getting this error which I have no clue on how to resolve can you help me

edrosten commented 10 years ago

On 12 April 2014 07:53, Reena24 notifications@github.com wrote:

Hello Sir I keep getting this error which I have no clue on how to resolve can you help me

— Reply to this email directly or view it on GitHubhttps://github.com/edrosten/gvars/issues/2 .

It looks like you're getting this error under Visual Studio. Is that correct?

I'm a it confused how that's happening to be honest, since it's got #ifdef blocks to sort it out. Have you made any modifications to the code? Also, the other thing, in my file line 42 is a comment. Can you send me the file causing trouble?

-Ed