You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Konrad Grochowski (JIRA)" <ji...@apache.org> on 2013/07/16 17:14:49 UTC

[jira] [Updated] (THRIFT-2091) Unnecessary 'friend' declaration causes warning in TWinsockSingleton

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

Konrad Grochowski updated THRIFT-2091:
--------------------------------------

    Attachment: THRIFT-2091.patch
    
> Unnecessary 'friend' declaration causes warning in TWinsockSingleton
> --------------------------------------------------------------------
>
>                 Key: THRIFT-2091
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2091
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>         Environment: MSVC 2010
> boost 1.54
>            Reporter: Konrad Grochowski
>         Attachments: THRIFT-2091.patch
>
>
> {code}
> #if USE_BOOST_THREAD
>     friend void boost::call_once(void (*func)(void), boost::once_flag& flag);
> #endif
> {code}
> this friend declaration is not needed and differs from boost call_once declaration so it generates warning

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira