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

Where::bind doesn't enforce type checking #1

Open
studiofuga opened this issue May 5, 2018 · 0 comments
Open

Where::bind doesn't enforce type checking #1

studiofuga opened this issue May 5, 2018 · 0 comments
Labels

Comments

@studiofuga
Copy link
Owner

    SelectStatement
            <decltype(fSectionId),
            decltype(fTableNum),
            decltype(fMac),
            decltype(fBattery), decltype(fConnected)>
            selectStateStatement;
    Where<decltype(fSectionId), decltype(fTableNum)> selectStateSelector;

...

    p->selectStateSelector.bind(mac.value());  // this compiles. Should fail instead.

@studiofuga studiofuga added the bug label May 5, 2018
@studiofuga studiofuga added the V1 label Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant