eWeek discusses C++ futures

Esther Schindler of eWeek wrote on this week's C++ Connections conference.  Near the end of the article, she noted the hullabaloo surrounding our use of the word "deprecated" to warn on the use of potentially unsafe standard library functions.  Yes, the word "deprecated" in this context is incorrect, and -- as Herb mentioned -- we intend to change it.  In the interest of complete transparency here, this subject did come up prior to VS 2005 release, and we considered changing the word to something like "unsafe," but it came up at a stage in the cycle that we were uncomfortable with the potential destabilizing effects of changes necessary to properly address the issue.  Yes, the wording is wrong and perhaps even rude, but the fact is that the current behavior doesn't change the meaning or behavior of your code and the warning can be disabled, so it wasn't deemed worth the risk at that point in time.  It's just one of the hundreds of tough calls that need to be made as a software project nears the wire.