-
Notifications
You must be signed in to change notification settings - Fork 66
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
[Persistence Matrix] replacing static_cast(-1) by method #1153
base: master
Are you sure you want to change the base?
Conversation
Hm, it seems that Windows does not like the initialization of a default parameter value with a static method: Matrix(unsigned int numberOfColumns, Characteristic characteristic = get_null_value<Characteristic>()) Does anyone has a workaround for that or should I just go back to Error produced:
|
Does it help if you say Matrix(unsigned int numberOfColumns, Characteristic characteristic = Matrix::get_null_value<Characteristic>()) ? |
Hopefully, it is as easy as this. We will see what the CI says. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still some -1
(persistence_interval.h, matrix_dimension_holder.h, entry_types.h), but they are identified with TODOs, and I also do not see how to fix them.
c.f. issue #1152