Why there is something wrong when invoking ctor in another ctor?

前端 未结 0 693
一个人的身影
一个人的身影 2020-12-20 13:55

Here is a demo code snippet:

 #include

class Ctx
{
public:
    enum RUN_MOD
    {
        MOD_RT,
        MOD_NRT,
    };

    Ctx(RUN_MOD ru         


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