1
0
mirror of https://git.tukaani.org/xz.git synced 2026-04-01 05:38:01 +00:00
xz/src/liblzma
Lasse Collin d8b294af03 liblzma: Use _MSVC_LANG to detect when "noexcept" can be used with MSVC.
By default, MSVC always sets __cplusplus to 199711L. The real
C++ standard version is available in _MSVC_LANG (or one could
use /Zc:__cplusplus to set __cplusplus correctly).

Fixes <https://sourceforge.net/p/lzmautils/discussion/708858/thread/f6bc3b108a/>.

Thanks to Dan Weiss.
2022-07-12 19:01:09 +03:00
..
2020-03-23 18:08:31 +02:00
2014-12-21 18:11:17 +02:00
2020-03-17 16:27:42 +02:00