Patches to improve compatibility with modern C++ standard

Kornel Benko kornel at lyx.org
Wed May 6 09:42:30 UTC 2020


Am Tue, 5 May 2020 20:35:30 +0200
schrieb Thibaut Cuvelier <dourouc05 at gmail.com>:

> Well, it has a couple of different versions…
> The compiler itself: 19.2x.xxxx, like 19.25.28614
> The toolchain: 16.x.x, like 16.5.4
> The _MSC_VER macro: 192x, like 1925 (it looks like the one used by CMake for
> MSVC_VERSION) The _MSC_FULL_VER: 192xxxxxx, like 192027508
> 
> Thibaut Cuvelier

I am interested in the version you are using.
It should start with 192x, while 'x' presumably is > 5 (e.g. '6' in your case)

Please try the same as Eugene. Insert
	message(STATUS "MSVC_VERSION = ${MSVC_VERSION}")
somewhere in the CMakeLists.txt (for instance before line 322)

	Kornel

P.S.

Please try to answer according to our etiquette.
(That is neither top-posting nor bottom-posting, but inline)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: Digitale Signatur von OpenPGP
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20200506/07cd1483/attachment.asc>


More information about the lyx-devel mailing list