C6001 with overloaded assignment operator

前端 未结 0 551
温柔的废话
温柔的废话 2021-01-12 04:49

This simplified example code raises C6001 under static analysis:

struct st_facade
{
    st_facade &operator=(const int new_value) { m_value = new_value; r         


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