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

Made conversion of span<> to bool explicit #201

Merged
merged 1 commit into from
Nov 19, 2015

Conversation

matus-chochlik
Copy link
Contributor

This should prevent some accidental implicit conversions from span to integers.

@msftclas
Copy link

Hi @matus-chochlik, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate your PR.

TTYL, MSBOT;

@neilmacintosh
Copy link
Collaborator

Thanks @matus-chochlik, that conversion should never have been implicit to begin with. Just a warning (in case you have started to rely on the conversion) that I will be removing it altogether soon. Nonetheless, it's good to have the fix now.

neilmacintosh pushed a commit that referenced this pull request Nov 19, 2015
Made conversion of span<> to bool explicit
@neilmacintosh neilmacintosh merged commit 4552575 into microsoft:master Nov 19, 2015
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.

3 participants