you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 1 year ago

you can constrain functions with c++20 concepts to ensure the compiler is calling the correct function if you're that worried

  • source
  • parent