On Tue, Sep 10, 2013 at 11:40 PM, Jeffrey Walton <[email protected]> wrote: > I'd like to use some C++ language features that are relatively new. > They include intializer lists, rvalue references and regex (and > perhaps a lambda on occasion). > > Does anyone have a C++ compiler recommendation for OpenBSD?
As of now, your best bet is installing gcc-4.8 from packages. # export PKG_PATH=ftp://ftp.fr.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/ # pkg_add -v g++-4.8.1p0.tgz Ciao, David

