>
> Message: 1
> Date: Tue, 21 Jan 2014 16:03:21 -0800
> From: Thiago Macieira
> Subject: Re: [Development] How long until clang memory model is ready?
> To: development@qt-project.org
> Message-ID: <18596554.AqrLlMc
With clang getting complete draft c++14 support, is the memory model sufficient
to move to using it by default? Things like unique_ptr and vector really need
this.
> From: development-requ...@qt-project.org
> Subject: Development Digest, Vol 28, Issue 80
> To: development@qt-project.org
> Date:
https://bugreports.qt-project.org/browse/QTCREATORBUG-8937
This bug has been around a long time.
unique_ptr is a very important piece to RAII in c++11. It’s a quite large
blemish on an otherwise great IDE. I think this bug is not getting the
attention it deserves because it’s not a Qt smart point