https://gist.github.com/Korsar13/5c171d0cd0b47d62276cac07b6b6a184
compiled by clang, prints
convert from char to char
convert from char to int
convert from char to float
convert from int to char
convert from int to int
convert from int to float
convert from float to char
convert from float to int
convert from float to float
msvc compilation fails,
mm.cpp(39): error C2893: Failed to specialize function template 'void convert_tmpl(const TSrc *,TDst *,size_t)'
https://gist.github.com/Korsar13/5c171d0cd0b47d62276cac07b6b6a184
compiled by clang, prints
msvc compilation fails,
mm.cpp(39): error C2893: Failed to specialize function template 'void convert_tmpl(const TSrc *,TDst *,size_t)'