[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] PATCH: Use C++17 standard library if available
From: |
Vadim Zeitlin |
Subject: |
Re: [lmi] PATCH: Use C++17 standard library if available |
Date: |
Wed, 14 Mar 2018 17:21:54 +0100 |
On Mon, 12 Mar 2018 23:48:47 +0000 Greg Chicares <address@hidden> wrote:
GC> On 2018-02-24 23:59, Vadim Zeitlin wrote:
GC> >
GC> > I'd like to submit a simple PR
GC> >
GC> > https://github.com/vadz/lmi/pull/71
GC> >
GC> > which doesn't change anything for g++6 but fixes the build with MSVS
(which
GC> > defines LMI_COMPILER_HAS_CXX17_STDLIB in config_msvc.hpp that I have in my
GC> > local branch) and streamlines things a bit for g++7 and clang6, both of
GC> > which have std::any and std::optional support.
GC>
GC> I hope the changes I pushed a few minutes ago take care of everything.
Yes, they do, thank you. Clang build is still broken, but for unrelated
reasons and I'll make a separate post (and maybe separate patch) for it.
Thanks again,
VZ