Clang and GCC disagree in auto specifier for non-type template parameter in a casting C++17

后端 未结 1 716
小鲜肉
小鲜肉 2021-02-12 18:12

I basically have a class that depends on a non-type template parameter. I defined a casting so an object of non-type template parameter N can convert to another of

1条回答
提交回复
热议问题