Why does an explicitly-defaulted constructor give a 'function definition not found' warning in VS2019?

前端 未结 0 2023
[愿得一人]
[愿得一人] 2021-02-01 07:54

I\'m working on a C++17 project compiled in VS2019. I have a class where I want to use an explicitly-defaulted constructor:

class UserCredentials
{
public:
    Us         


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