You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Charlie Black (JIRA)" <ji...@apache.org> on 2019/03/20 20:55:00 UTC

[jira] [Resolved] (GEODE-5651) Fix _GEODE_FRIEND_STD_SHARED_PTR macro so we can upgrade to XCode version > 9.2

     [ https://issues.apache.org/jira/browse/GEODE-5651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charlie Black resolved GEODE-5651.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.8.0

If you find this closure in error please (re)open a ticket with the details and or submit a pull request with the fix.

> Fix _GEODE_FRIEND_STD_SHARED_PTR macro so we can upgrade to XCode version > 9.2
> -------------------------------------------------------------------------------
>
>                 Key: GEODE-5651
>                 URL: https://issues.apache.org/jira/browse/GEODE-5651
>             Project: Geode
>          Issue Type: Improvement
>          Components: native client
>            Reporter: Blake Bender
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.8.0
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> This macro:
> {code:java}
> #if defined(_clang_)
> #define _GEODE_FRIEND_STD_SHARED_PTR(_T) \
> friend std::__libcpp_compressed_pair_imp<std::allocator<_T>, _T, 1>; \
> friend std::__shared_ptr_emplace<_T, std::allocator<_T> >; \
> friend std::default_delete<_T>;
> #elif defined(_GNUC) || defined(_SUNPRO_CC){code}
> Uses a couple of things from <memory> that have gone away as of the XCode 9.3 headers. We will be unable to upgrade XCode on any development machines until this is fixed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)