-
Notifications
You must be signed in to change notification settings - Fork 67
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
Decreasing the number of dynamically shadowed bindings #233
base: main
Are you sure you want to change the base?
Conversation
remove bool/int pairs. Should be way less than 266 now
@lyskov Why did
Edit: This isn't urgent. I found a workaround. I'm more just curious about why it failed than how to fix it |
Down from 276 to 182 |
-- one need to use full C++ class/function name with all template arguments. Easiest way to find such name is to look at generated C++ sources (see protocols::mean_field::jagged_array<protocols::mean_field::AAProb,std::allocator<protocols::mean_field::AAProb>> |
Nowhere near ready for review...