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

non explicit declarations block some compiling #56

Open
himwho opened this issue Feb 2, 2024 · 0 comments
Open

non explicit declarations block some compiling #56

himwho opened this issue Feb 2, 2024 · 0 comments

Comments

@himwho
Copy link
Contributor

himwho commented Feb 2, 2024

On some platforms (windows visual studio) I run into compiling errors due to this chunk: https://github.com/mbientlab/MetaWear-SDK-Cpp/blob/master/src/metawear/dfu/cpp/file_operations.cpp#L120-L134

specifically these lines:

Error (active) E0350 more than one operator "=" matches these operands: src\metawear\dfu\cpp\file_operations.cpp 127

Error (active) E0350 more than one operator "=" matches these operands: src\metawear\dfu\cpp\file_operations.cpp 130

I am trying to figure out what the non-auto declares are for this function but because i do not use this function I am having a hard time recommending a PR to make this more explicit.

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

No branches or pull requests

1 participant