Hacker News new | ask | show | jobs
by enry_straker 4182 days ago
A package manager is generally not part of the language per se and should not be part of the language, but rather be part of the tooling ecosystem around it. Don't get me wrong. A de facto package manager is extremely important for any major language - and it's high time someone in the C++ community builds and promotes one. It just doesn't belong in the spec.
1 comments

I do know of at least one: Microsoft's NuGet now supports C++ packages.

Something tells me that isn't the answer folks are looking for.