[llvm][Support] Add indirection to call correct validate(...) function (#71966)
Previously "yamlize" overload for validatedMappingTraits was unconditionally calling "MappingTraits<T>::validate" even if "MappingContextTraits<T, Context>" was passed to it. Therefore compilation failed when specifying "MappingContextTraits<T,Context>::validate()"
Loading
Please sign in to comment