Displaying 2 results from an estimated 2 matches for "froyd".
Did you mean:
floyd
2018 May 10
0
Using C++14 code in LLVM
+1 to C++14.
On Thu, May 10, 2018 at 10:37 PM, Nathan Froyd via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Firefox's experience is that GCC 5 isn't going to cut it, especially
> if you move to MSVC 2017, because people are going to be quickly
> annoyed at the lack of relaxed constexpr function support, which is
> GCC 6+.
Are yo...
2018 May 10
2
Using C++14 code in LLVM
Firefox's experience is that GCC 5 isn't going to cut it, especially
if you move to MSVC 2017, because people are going to be quickly
annoyed at the lack of relaxed constexpr function support, which is
GCC 6+.
You can get GCC 6 for Ubuntu 16.04; I have it on my machine, though
it's strangely not listed on packages.ubuntu.com for 16.04.
-Nathan
On Thu, May 10, 2018 at 3:20 PM, via