• Tony-Y's avatar
    Change functions in common.h into template functions (#969) (#973) · 87fa8b54
    Tony-Y authored
    * Fix coding style (#969)
    
    Function names must be in the "Pascal Case" style.
    
    * check_elements_interval_closed to CheckElementsIntervalClosed
    
    * obtain_min_max_sum to ObtainMinMaxSum
    
    * Change functions in common.h into template functions (#969)
    
    * CheckElementsIntervalClosed
    
    * ObtainMinMaxSum
    
    These two functions were changed into template functions.
    
    * Remove an unpreferable overload
    
    * remove an overload of the function ObtainMinMaxSum
    
    * Use stringstream to format T type
    87fa8b54
common.h 16.2 KB