arg_router icon indicating copy to clipboard operation
arg_router copied to clipboard

[Investigation] Add compile-time string demangling to validator

Open cmannett85 opened this issue 3 years ago • 0 comments

policy::validator's static_assert strings are a bit vague due to the lack of type names in the messages. Use the answer here to craft a compile time string.

What needs investigating is how to create a compile-time formatted string.

cmannett85 avatar Oct 02 '21 21:10 cmannett85