James E. King, III created THRIFT-3936:
------------------------------------------
Summary: Fix use of snprintf with Visual Studio 2013 and earlier
Key: THRIFT-3936
URL: https://issues.apache.org/jira/browse/THRIFT-3936
Project: Thrift
Issue Type: Bug
Components: C++ - Library
Affects Versions: 0.10.0
Environment: Visual Studio 2013
Reporter: James E. King, III
Assignee: James E. King, III
A change introduced in July changed some code that won't compile on VS2013:
https://github.com/apache/thrift/commit/e5176241c325837967a07d6d20e0e9a789fbd107
snprintf is not available.
A pull request was submitted for this by someone in the community (thank you!):
https://github.com/apache/thrift/pull/1096
I recommended that the fix be done using PlatformSocket.h for abstraction of
the platform; I offered to submit a PR to do this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)