mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #28] Missing capture in gui tutorial Gui09 #13
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mingodad on GitHub (Jan 5, 2021).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/28
While following the gui tutorial I found a mistake in Gui09 project, the lambda was capturing the
ivariable by reference and should be by copy otherwise we get always a value of10the las assigned value in the for loop.@klugier commented on GitHub (Jan 5, 2021):
Should be fixed in both places (code and documentation). Thanks for report!