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

maybe_null_dbg::operator== can be ambiguous in TestMaybeNullCasting #50

Closed
trebconnell opened this issue Sep 25, 2015 · 2 comments
Closed
Assignees
Labels

Comments

@trebconnell
Copy link
Contributor

This is a regression caused by my pull request #46. Can be reproduce by changing
template<class T> using maybe_null = maybe_null_ret<T>;

to maybe_null_dbg<T>; and compiling. TestMaybeNullCasting will fail to compile.

trebconnell added a commit to trebconnell/GSL that referenced this issue Sep 25, 2015
trebconnell added a commit to trebconnell/GSL that referenced this issue Sep 25, 2015
@neilmacintosh neilmacintosh self-assigned this Sep 25, 2015
neilmacintosh pushed a commit that referenced this issue Sep 29, 2015
@trebconnell
Copy link
Contributor Author

fixed

@neilmacintosh
Copy link
Collaborator

Thanks for fixing this.

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

2 participants