'thread'
and 'function'
are STL class names like 'vector', 'list', etc.
Yet 'thread'
and 'function'
are not colored in the text editor of Visual Studio 2012, while 'vector'
and 'list'
are normal.
Why and how to fix?
PS:
'std::thread'
is fine; but 'thread'
(without the prefix std::
) is still not colored.
Also, Visual AssistX is enabled. I've tried to disable Visual AssistX, but no effect.