fisven opened a new issue, #2414: URL: https://github.com/apache/brpc/issues/2414
**Describe the bug (描述bug)** 自定义数据类型type A, A 中包含 unordered_map<string, pair<bool, pair<int ,int >>> a; 使用: Adder <A> add; Window<Adder <A>> win; 然后, win初始化为60s: add << t; // 存数. win.get_value(); // 取window中的数. 取出来的是: [“string”, true, 0, 0] 后面两个int 会归零, 实际上不应该归零. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
