C++20 Concepts: out-of-line-definition fails with MSVC but not in GCC or clang

后端 未结 0 430
走了就别回头了
走了就别回头了 2021-01-13 20:26

Consider this little code snippet

namespace nsp
{
    template
    concept Addable= requires(const T& a,const T& b)
    {
        {a         


        
相关标签:
回答
  • 消灭零回复
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题