This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user