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

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

Consider this little code snippet

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


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