cleanup: Static_binary_string need not take non-const double parameter
Convert the parameter to const as the function won't modify the pointer value.
Showing
Please register or sign in to comment
Convert the parameter to const as the function won't modify the pointer value.