原创 c++11就地初始化後不能使用列表初始化的問題

c++11錯誤代碼: /*==================Reward.h==================*/ struct Reward { int m_gold = 0;//就地初始化 int m_hCoi