C++ syntax error on templated function call when using concept
I’ve come across a strange syntax error when I made a call to a templated function in a struct that use a concept.
I’ve come across a strange syntax error when I made a call to a templated function in a struct that use a concept.