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

cast Boolean to bool #3

Open
MichaelBuhler opened this issue Jul 1, 2023 · 1 comment
Open

cast Boolean to bool #3

MichaelBuhler opened this issue Jul 1, 2023 · 1 comment

Comments

@MichaelBuhler
Copy link
Owner

except that we actually need to cast shared_ptr<Boolean> to bool.

@MichaelBuhler
Copy link
Owner Author

possibly implement Reference::operator bool().

It seems that cast operators/conversion functions have to be implemented as member (instance) functions, but I am finding it impossible to extend template<Value> class std::shared_ptr {}

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