Closed GuillaumeLaine closed 9 months ago
I just learned that the static, inline, and const qualifiers I added are redundant because the functions are header-only templates and we're passing the argument by value. I can remove them if you think they're unnecessary
Since you mention it, yes I would (and the reason why I didn't add them in the first place)
I just learned that the static, inline, and const qualifiers I added are redundant because the functions are header-only templates and we're passing the argument by value. I can remove them if you think they're unnecessary