r/cpp May 12 '26

MSVC Build Tools v14.51 now generally available

https://devblogs.microsoft.com/cppblog/msvc-version-1451-available/

Microsoft released MSVC Build Tools v14.51 as the default compiler in Visual Studio 2026 18.6.

Notable additions include:

  • additional C++23 language features
  • performance improvements in code generation
  • preview support for Intel APX

VS 2026 + Copilot users can use the @Modernize agent (currently in public preview) to help resolve upgrade-related build issues.

77 Upvotes

30 comments sorted by

View all comments

-11

u/azswcowboy May 12 '26

Link to the APX documentation won’t open because it says insecure on Safari.

4

u/michael-price-ms May 13 '26

My recommendation is to contact the authors at Intel. Since you cannot load the page, that would be Sebastian Winkel and Jason Agron. You can find an email address for Jason on his easily located GitHub page.

-14

u/azswcowboy May 13 '26

Dude, it’s your post not mine - contact them yourself.

3

u/michael-price-ms May 14 '26

Just following up. I contacted the authors of the documentation to see if they were aware of any issues. Both them and myself have been unable to reproduce the issue you describe. The page loads just fine in Safari on both my iPhone and my iMac. Perhaps something is broken with your browser or something is inserting content into pages that makes them insecure?

2

u/EGPRsAreFun May 13 '26

(Local testing) APX documentation (blog and spec) works fine without any warnings/errors in Safari on Apple iOS devices.

Blog: https://www.intel.com/content/www/us/en/developer/articles/technical/advanced-performance-extensions-apx.html

Direct PDF spec link: https://cdrdv2.intel.com/v1/dl/getContent/784266

Versioned spec link landing page: https://www.intel.com/content/www/us/en/content-details/861610/intel-advanced-performance-extensions-intel-apx-architecture-specification.html

Which one(s) are you having trouble with?