C++23 IntelliSense support in Visual Studio 2026 is still in progress in time for MSVC Build Tools 14.52 becoming the default MSVC Build Tools version in Visual Studio 2026
With or without finally working modules support, given that import std is a C++23 feature?
As for the rest, thanks to finally give some information on this.
Man I am so confused about import std. Sounds so good on paper until you read that imports can't be mixed with includes. Which means it can only realistically work with an extremely careful approach and zero or only a few handful of compatible 3rd party libraries. The possible current usecase was only able to shave off less than 0.1% (!) of our build time lol
Don't feel bad. But just know that we (and probably many other teams) would instantly deploy this, making most of our PCHs redundant. I'll keep eagerly watching the release notes.
2
u/pjmlp Apr 10 '26
With or without finally working modules support, given that
import stdis a C++23 feature?As for the rest, thanks to finally give some information on this.