一、问题描述 最近在学习new运算符时,遇到了一个错误:declaration does not declare anything,即声明没有声明任何东西,该语句无效。下面是出错的代码片段: #include <new> struct chaff { char dross[20]; int slag; }; char buffer1[