Ambiguous deduction in SFINAE template constructor in clang++, not g++

后端 未结 0 543
长情又很酷
长情又很酷 2020-12-09 03:44

The following example:

#include 

template
struct X {
    static constexpr bool B = std::is_same_v;
    
    t         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题