error C2872: 'cout' : ambiguous symbol
The heck is this compilation error? It didn't appear until 0.3.9 or so, and for the 0.3.10 it's doing this with every god damn cout I have.
Would appreciate any help. |
Re: error C2872: 'cout' : ambiguous symbol
I compile 0.3.9 and 0.3.10 with absolutely no error on my end. Perhaps you're missing something or files are corrupted, maybe missing?
Quote:
|
It's my own code, largely - but most of these couts are remains from 0.3.8 or so (I integrate my code with new releases occasionally).
Also, not all couts are doing this, just the ones in entity.cpp and client_process.cpp - and they're perfectly identic to the ones in the working files. |
What about the #include statements? Are they pointing to the right files? Just a suggestion, because I had that once and all I did was corrected the #include statements.
Quote:
|
That worked. :) Thank you.
|
No problem.
Quote:
|
Your namespaced couts (std::cout) was being redundantly referrenced with a non namespace cout. The namespacing standard was removed the last build.
|
All times are GMT -4. The time now is 01:54 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.