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