Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File::isReference() does not detect return by reference for closures #2977

Commits on May 31, 2020

  1. File::isReference(): bug fix - closure return by reference not recogn…

    …ized
    
    The `&` in a closure declared to return by reference was not recognized as a reference.
    
    Fixed now.
    
    Includes unit test.
    jrfnl committed May 31, 2020
    Configuration menu
    Copy the full SHA
    1ae9566 View commit details
    Browse the repository at this point in the history