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

registering boost::signals2::signal #377

Open
eggdll opened this issue Nov 21, 2024 · 0 comments
Open

registering boost::signals2::signal #377

eggdll opened this issue Nov 21, 2024 · 0 comments

Comments

@eggdll
Copy link

eggdll commented Nov 21, 2024

i need to register a boost signal with rttr, but the build fails with C2280 in property_accessor.h

registration code:

RTTR_REGISTRATION
{
    rttr::registration::class_<Object>("Object")
        .constructor<>()
        .property("created", &Object::Created);
}
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