On Tue, Sep 10, 2013 at 05:40:19PM -0400, Jeffrey Walton 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?
g++ 4.8.1 is reasonably modern and supports all of these. just install the package.

