svn commit: r383466 - in head/x11-toolkits/wxgtk30: . files

Alexey Dokuchaev danfe at FreeBSD.org
Mon Apr 13 02:14:21 UTC 2015


On Sun, Apr 12, 2015 at 10:33:56PM +0300, Dmitry Marakasov wrote:
> * Alexey Dokuchaev (danfe at FreeBSD.org) wrote:
> > If one must use C++ to develop e.g. a library intended to be used in
> > open-source projects, they really should stick to c++03 (and make sure
> > their code is fine by gcc42) for at least couple of years from now.
> 
> Absolutely not. C++11 should absolutely be used now. In couple of years
> it'll be c++14.

Feel free to use it at $work; when developing commercial self-contained
and self-sufficient, not-to-be-recompiled, etc. software.  Doing things
in open-source? then stay away from c++11 and above, do the world a favor.

Dmitry, C++ sucks; we might not have anything better than it right now,
but it does not change the fact that it's a horrible language to "get it
right", and endless compatibility issues virtually *everyone* is having
with it speak for itself.

So no, C++11 should *not* be absolutely used now; not in ported software
that is supposed to be built and run across several versions of FreeBSD,
GNU/Linux, Windows, Haiku, etc.

./danfe


More information about the svn-ports-all mailing list