Am Sonntag, den 04.03.2018, 21:51 +0100 schrieb Uwe Stöhr:
> tex2lyx in master is no longer compilable with MSVC. The reason is
> that 
> we have now too many else if clauses in text.cpp:

Should be fixed.

>    D:\LyXGit\Master\src\tex2lyx\text.cpp(5269): fatal error C1061: 
> compiler limit: blocks nested too deeply 
> [D:\LyXGit\Master\compile-2015\src\tex2lyx\tex2lyx.vcxproj]
> 
> This is a known limitation:
> https://msdn.microsoft.com/en-us//library/dcda4f64.aspx
> and Georg spent in the past some time to reduce the ifs.

Rather than that, I got rid of the "else if" clauses altogether. We can
as well continue in the loop if a condition is met.

Now there shouldn't be any limitation anymore (if MSVC doesn't limit
the number of if's also).

Jürgen

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to