What is the c++ std library implementer's concern to warn the undefined behavior in adding specialization for remove_cvref template?

后端 未结 0 1507
醉梦人生
醉梦人生 2021-02-02 11:58

In this link, https://en.cppreference.com/w/cpp/types/remove_cvref, it states

template< class T > struct remove_cvref;

If the type T is a reference type, pro

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