Skip to content

Conversation

ElderOrb
Copy link
Collaborator

No description provided.

@dericed
Copy link
Member

dericed commented Oct 26, 2020

Hmm, getting a

../../../../Source/Core/FileInformation.cpp:195:77: error: 'auto' not allowed in lambda parameter
            CommonStats::statsFromExternalData(Xml, Xml_SizeForParsing, [&](auto type, auto index) -> CommonStats* {
                                                                            ^~~~
../../../../Source/Core/FileInformation.cpp:195:88: error: 'auto' not allowed in lambda parameter
            CommonStats::statsFromExternalData(Xml, Xml_SizeForParsing, [&](auto type, auto index) -> CommonStats* {
                                                                                       ^~~~

@dericed
Copy link
Member

dericed commented Oct 26, 2020

This works great :) and makes a huge difference. Thanks @ElderOrb.
I did get a crash which I logged at https://gist.github.com/dericed/1e7b6d6cf4e6b4b1bed263be277632a9, but uncertain if it's related to this PR.

@dericed dericed merged commit 211fa06 into bavc:master Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants