<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 2 Jan 2021 at 07:37, Yu Jin <<a href="mailto:yu_jin@lyx.org">yu_jin@lyx.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mi., 30. Dez. 2020 um 20:40 Uhr schrieb Yu Jin <<a href="mailto:yu_jin@lyx.org" target="_blank">yu_jin@lyx.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mi., 30. Dez. 2020 um 20:33 Uhr schrieb Thibaut Cuvelier <<a href="mailto:tcuvelier@lyx.org" target="_blank">tcuvelier@lyx.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 30 Dec 2020 at 20:26, Yu Jin <<a href="mailto:yu_jin@lyx.org" target="_blank">yu_jin@lyx.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mi., 30. Dez. 2020 um 20:02 Uhr schrieb Thibaut Cuvelier <<a href="mailto:tcuvelier@lyx.org" target="_blank">tcuvelier@lyx.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div></div><div>This error is already the topic of another discussion on the list: <a href="http://lists.lyx.org/pipermail/lyx-devel/2020-December/004984.html" target="_blank">http://lists.lyx.org/pipermail/lyx-devel/2020-December/004984.html</a>. For now, you can use the patch at <a href="http://lists.lyx.org/pipermail/lyx-devel/2020-December/004991.html" target="_blank">http://lists.lyx.org/pipermail/lyx-devel/2020-December/004991.html</a>, but it's probably not its final form: a better solution would be to add the right flag when calling MSVC. </div></div></div>
</blockquote></div><div><br></div><div>Aha, I see, that patch resolves only 1 bug though, the other one remain:</div><div><br></div><div>Severity     Code    Description     Project File    Line    Suppression State<br>Error        C2446   ':': no conversion from 'const _Ty' to 'std::_List_const_iterator<std::_List_val<std::_List_simple_types<_Ty>>>'      LyX (applications\LyX\LyX)      C:\lyx\master\src\support\RandomAccessList.h    299 <br></div><div><br></div><div>Reverting 
86a10281da8dfd3e0892c368476dc867d5bfd852  helped with both.</div><div></div><div>So should I leave it reversed and compile with C++17 for the alpha1? Or what would you propose to do?</div></div></blockquote></div></div></blockquote></div></div></blockquote><div> </div><div>Since there were no other proposals I just compiled in C++17 mode. I didn't increase the Version Build number (still Installer-1), because I thought that makes the most sense for testing releases, also for the registry. Uploaded as usual.<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div></div><div>Compiling with C++17 didn't help in my case. Here is the version I'm using (Visual C++ Build Tools): 16.7.1 (19.27.29111 according to cl.exe). Maybe it's version-dependent? <br></div></div></div></blockquote><div><br></div><div>I'm using 16.8.2 (cl.exe says 19.28.29334), I always try to update it asap.<br></div></div></div></blockquote></div></div></blockquote><div><br></div><div>I pushed the corresponding patch: adf62c31843c94bc5bbb3531bfe66a28ca9ee3be </div></div></div>