bugprone-undelegated-constructor

查找构造函数中创建临时对象,这些临时对象看起来像是对同一类的另一个构造函数的函数调用。

用户可能希望使用委托构造函数或基类初始化器。