[C++] is_binary_like_type<T>
template condition fails to compile because missing T::is_utf8
member
#45817
Labels
is_binary_like_type<T>
template condition fails to compile because missing T::is_utf8
member
#45817
Describe the bug, including details regarding any error messages, version, and platform.
Tried to use template condition in the following code snippet:
but getting compiler error:
Seems like this condition cannot be used on its own without further specifying the type.
Component(s)
C++
The text was updated successfully, but these errors were encountered: