lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi] PATCH: use std::uncaught_exceptions()


From: Vadim Zeitlin
Subject: [lmi] PATCH: use std::uncaught_exceptions()
Date: Fri, 23 Mar 2018 10:17:33 +0100

 Hello,

 I've made a PR with a trivial change replacing the use of
std::uncaught_exception() (singular, returning bool) with
std::uncaught_exceptions() (plural, returning int) as the former is
deprecated in C++17 in favour of the latter and, in practice, MSVS 2017
warns about this, which is annoying, so it would be nice if you could
please apply https://github.com/vadz/lmi/pull/76

 Thanks in advance,
VZ


reply via email to

[Prev in Thread] Current Thread [Next in Thread]