AlexanderSaydakov opened a new pull request #246: URL: https://github.com/apache/datasketches-cpp/pull/246
This is to address the problem that std::ostringstream does not support passing an allocator instance. A custom allocator might not have a default constructor. The proposed approach does not comply with AllocatorAwareContainer requirements, but neither does the current approach. -- 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]
