Hacker News new | ask | show | jobs
by 16s 5575 days ago
You can still add g++, boost and other high-quality C++ libraries to OpenBSD via ports/packages. They just prefer plain C in the base install. Plain C is inline with their "keep it simple" philosophy.
1 comments

g++ hasn't gone anywhere.
Indeed, just to make it clear: There's no more C++ code in the OpenBSD's base, but g++ the C++ compiler is still present.

I don't think that g++ will be removed. Too many things are written in C++. And as long as GCC is present in OpenBSD, there's no reason to remove G++.

And what will they do when GCC moves over to C++?
I believe they are working on pcc (for various reasons).
Unless that version of GCC is released under GPL 2, nothing.