How to avoid specifying compile-time size when joining compile-time string_views in cpp?
I am trying to concatenate string_views at compile-time. With the help of this post, I came up with something like this:
I am trying to concatenate string_views at compile-time. With the help of this post, I came up with something like this: