Fix warnings about uninitalized value
In some functors within Algorithm.h, the functor did not have a default constructor that initialized its fields. This could in turn lead to a warning about using it unitialized.
Please register or sign in to comment