Truth or fiction __LINE__ and C1055?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This is related to my last post “Should templates be included in pch files?â€.

After searching for more information on C1055 I found several mentions of
__LINE__ causing this to happen more often.

Is there any truth to this?
 
Scythen said:
This is related to my last post "Should templates be included in pch
files?".

After searching for more information on C1055 I found several mentions of
__LINE__ causing this to happen more often.

Is there any truth to this?
FWIW, I seem to recall these were related, specifically when
building with /ZI. You might want to try to use /Zi instead.

-hg
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top