Compare commits
2 Commits
fae1e73e54
...
6052798fea
Author | SHA1 | Date | |
---|---|---|---|
6052798fea | |||
801d35c823 |
@@ -140,7 +140,7 @@ class ConverterFunc final: public BaseConverter {
|
||||
private:
|
||||
template<typename SrcType, typename DstType>
|
||||
struct ParamPack {
|
||||
using Src = SrcType;
|
||||
using Src = ox::remove_const_t<SrcType>;
|
||||
using Dst = DstType;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user