This commit is contained in:
parent
e86180e842
commit
97b707b61c
@ -143,8 +143,8 @@ class ConverterFunc: public BaseConverter {
|
||||
}
|
||||
|
||||
public:
|
||||
using SrcType = decltype(makeParamExtractor(Func))::Src;
|
||||
using DstType = decltype(makeParamExtractor(Func))::Dst;
|
||||
using SrcType = typename decltype(makeParamExtractor(Func))::Src;
|
||||
using DstType = typename decltype(makeParamExtractor(Func))::Dst;
|
||||
|
||||
[[nodiscard]]
|
||||
constexpr ox::StringView srcTypeName() const noexcept final {
|
||||
|
Loading…
x
Reference in New Issue
Block a user