empiredan opened a new issue, #1191: URL: https://github.com/apache/incubator-pegasus/issues/1191
Template specialization is used at the beginning for value initialization of each data type of gauge. Since each data type of gauge must be arithmetical, the value of each type can be zero-initialized by `T()`. Thus template specialization can be dropped. -- 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]
