std::cout << "imbue_event\n"; break; Log("stream.imbue_event", stream.imbue_event, 219, __FUNCTION__);
break 要放到 Log 後面,不然跑不到 Log 那行
break
Log
break要放到Log後面,不然跑不到Log那行