gabm opened a new pull request #61: Fix windows compilation with MSVC 14 (VS 2015) URL: https://github.com/apache/incubator-datasketches-cpp/pull/61 Windows does not have the following things defined: - `u_int8_t` and alikes: use the standard C defines `uint8_t` and alikes - `sys/time.h`: not needed as far as I can see - and/or keywords: provided by a header - bzero: use memset instead, its cross-platform
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
