[
https://issues.apache.org/jira/browse/GEODE-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15879537#comment-15879537
]
ASF GitHub Bot commented on GEODE-2439:
---------------------------------------
GitHub user dgkimura opened a pull request:
https://github.com/apache/geode-native/pull/27
GEODE-2439: Remove int type definitions
Purpose of this pull-request is to remove references to alleged
non-portable `inttypes.h` header. References are replaced with fixed width
integer types introduced in C++11 and defined in `cstdint` header.
http://en.cppreference.com/w/cpp/types/integer
Testing - built and ran integration-tests on OSX and Windows
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dgkimura/geode-native feature/GEODE-2439
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode-native/pull/27.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #27
----
commit 6660b65c5dd0a9a73687d17f871ea8884d0f0885
Author: David Kimura <[email protected]>
Date: 2017-02-22T19:03:37Z
GEODE-2439: Remove int type definitions
----
> Replace all non-standard types in all public includes / API
> -----------------------------------------------------------
>
> Key: GEODE-2439
> URL: https://issues.apache.org/jira/browse/GEODE-2439
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Ernest Burghardt
>
> research other non-standard types in API, ACE_Time
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)