Displaying 2 results from an estimated 2 matches for "78bba3a4".
2019 Jan 23
2
[RFC] migrating past C++11
..._________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190123/78bba3a4/attachment.html>
2019 Jan 23
6
[RFC] migrating past C++11
I'd expect that either we'll either workaround the issues (e.g. not start
using the broken feature), or else propose to require even newer
versions. And as now, discuss the expected tradeoff between new features
and requiring new compiler versions.
On Wed, Jan 23, 2019 at 10:22 AM Krzysztof Parzyszek via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> On 1/22/2019 3:44 PM, JF