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

C++ cast operators are missing #60

Closed
kiselgra opened this issue Jan 12, 2017 · 1 comment
Closed

C++ cast operators are missing #60

kiselgra opened this issue Jan 12, 2017 · 1 comment
Assignees
Labels

Comments

@kiselgra
Copy link
Owner

We currently can't write (dynamic-cast T obj) but have to use (funcall (instantiate dynamic-cast (T)) obj)

I'll add this (and the remaining cast-operators) soon.

@kiselgra kiselgra added the bug label Jan 12, 2017
@kiselgra kiselgra self-assigned this Jan 12, 2017
@lispbub lispbub closed this as completed in ebe664d Feb 6, 2017
@lispbub
Copy link
Collaborator

lispbub commented Feb 6, 2017

Added support for dynamic-, static-, const-, and reinterpret-cast

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