Spectre mitigations in MSVC--Andrew Pardoe
If you are a developer whose code operates on data that crosses a trust boundary then you should consider recompiling your code with the /Qspectre switch:
Spectre mitigations in MSVC
by Andrew Pardoe
From the article:
Microsoft is aware of a new publicly disclosed class of vulnerabilities, called “speculative execution side-channel attacks,” that affect many operating systems and modern processors, including processors from Intel, AMD, and ARM...

Conan reaches maturity milestone
This is about visual studio, but this is also about how the deprecated mechanisms work.
A new version is here!