fix: inline remaining string utils
This MR makes the remaining functions (split
and to_string_with_precision
) in StringUtils.h
defined as static inline
.
This addresses #105.
GitLab service scheduled maintenance on Friday, March 21st 2025 as of 08h00 Geneva time for an estimated period of 1 hour. Further information under OTG0154918.
This MR makes the remaining functions (split
and to_string_with_precision
) in StringUtils.h
defined as static inline
.
This addresses #105.