[flang-commits] [flang] [mlir] [flang][AIX] BIND(C) derived type alignment for AIX (PR #121505)
Kelvin Li via flang-commits
flang-commits at lists.llvm.org
Thu Jan 9 14:22:42 PST 2025
================
@@ -391,6 +391,21 @@ class TypeConverter {
return callback(derivedType, results);
};
}
+ /// With callback of form: `std::optional<LogicalResult>(
+ /// T, SmallVectorImpl<Type> &, bool)`.
+ template <typename T, typename FnT>
+ std::enable_if_t<std::is_invocable_v<FnT, T, SmallVectorImpl<Type> &, bool>,
----------------
kkwli wrote:
Yes, it is not needed. I will remove it.
https://github.com/llvm/llvm-project/pull/121505
More information about the flang-commits
mailing list