[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi] PATCH: Use C++17 standard library if available
From: |
Vadim Zeitlin |
Subject: |
[lmi] PATCH: Use C++17 standard library if available |
Date: |
Sun, 25 Feb 2018 00:59:59 +0100 |
Hello again,
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'm still not sure if it's really a good idea to use "Exp" namespace here,
but this could always be changed later, even if this PR is applied.
Thanks in advance,
VZ
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lmi] PATCH: Use C++17 standard library if available,
Vadim Zeitlin <=