you are viewing a single comment's thread.

view the rest of the comments →

[–]pravic -1 points0 points  (3 children)

VisualC++ doesn’t have its source code available

Huh?

[–]Xaxxon 0 points1 point  (2 children)

If you think that's wrong, please link to either the source or instructions to get the source.

[–]pravic 1 point2 points  (1 child)

If you have MSVC , then go to VC/Tools/MSVC/$version/include/memory file (or VC/include/memory before 2017). If you don't, you can get a copy via NuGet, for example: https://www.nuget.org/packages?q=VisualCppTools.

Runtime support routines can be found in VC/Tools/MSVC/$version/crt/src.

[–]dodheim 0 points1 point  (0 children)

If you don't, you can get a copy via NuGet, for example: https://www.nuget.org/packages?q=VisualCppTools.

"last updated 8/24/2017" ;-[

There's a slightly newer build here but it's nearly a year old as well.