[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] PATCH: Use C++17 standard library if available
From: |
Greg Chicares |
Subject: |
Re: [lmi] PATCH: Use C++17 standard library if available |
Date: |
Mon, 12 Mar 2018 23:48:47 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
On 2018-02-24 23:59, Vadim Zeitlin wrote:
>
> I'd like to submit a simple PR
>
> https://github.com/vadz/lmi/pull/71
>
> which doesn't change anything for g++6 but fixes the build with MSVS (which
> defines LMI_COMPILER_HAS_CXX17_STDLIB in config_msvc.hpp that I have in my
> local branch) and streamlines things a bit for g++7 and clang6, both of
> which have std::any and std::optional support.
I hope the changes I pushed a few minutes ago take care of everything.
- Re: [lmi] PATCH: Use C++17 standard library if available,
Greg Chicares <=