I am porting VC ++ 7 code to VC ++ 9. Surprisingly, Visual Studio 2008 highlights the internal as a keyword in C ++ code, but it seems that in fact it is not considered as such.
What is it - an error in VS, setting up an environment that I have not yet found, or a sign that I will no longer be allowed to use the internal as a regular identifier in any future version? What is my best move in this situation?
c ++ visual-c ++ visual-studio
sharptooth
source share