Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » problems compiling nightly on MSVS2019/2017 nested lambda's (Compiles errors on "nested lambda's")
icon5.gif  problems compiling nightly on MSVS2019/2017 nested lambda's [message #56861] Thu, 22 April 2021 15:40 Go to previous message
Typhoor is currently offline  Typhoor
Messages: 14
Registered: October 2012
Location: Erlangen, Germany
Promising Member
Hi fellow developers,
Am I the only one having problems on the "nightly" github code with MSVS 2019/2019?
Since early of the year I get compiling errors on lambdas in lambdas with MSVS 2019/2017 (debug/release)
error C2059: syntax error: '.'
error C2143; syntax error: missing ';' before '{'
error C2059: syntax error: ')'


In two files:
uppsrc\ide\Designers\md.cpp line 18 in "IdeMDDes::IdeMDDes()"
editor << [=] { tm.KillSet(250, [=] { Preview(); }); };

and uppsrc\ide\UppHub.cpp line 85 in "UppHubDlg::UppHubDlg()"
tm.KillPost([=] { UrlLoading(); });
included in
 list.WhenSel = [=] { ... }

I checked all over forum but couldn't find a hit.

Has support of MSVS been discontinued ?
I'm using newest MSVS compilers (VS19 = 16.9.4)

Thanx for a hint...
Ralph
 
Read Message icon5.gif
Read Message
Previous Topic: U++ and Vulkan SDK
Next Topic: Using BLITZ in release mode CLANG
Goto Forum:
  


Current Time: Fri May 10 16:41:31 CEST 2024

Total time taken to generate the page: 0.01694 seconds