[
https://issues.apache.org/jira/browse/QPID-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Ross closed QPID-2592.
-----------------------------
Resolution: Won't Fix
Fix Version/s: JIRA Cleanup
This issue has not been updated in more than a year. We've reviewed
it and decided to close it, as part of an effort to keep our issue
database clean and current. If this issue is still affecting you,
please reopen it.
See https://issues.apache.org/jira/browse/QPID-4585 for more
information.
> Builds w/ TR1-capable compiler have some clashes with Boost
> -----------------------------------------------------------
>
> Key: QPID-2592
> URL: https://issues.apache.org/jira/browse/QPID-2592
> Project: Qpid
> Issue Type: Bug
> Components: C++ Broker, C++ Client
> Affects Versions: 0.7
> Reporter: Steve Huston
> Priority: Minor
> Fix For: JIRA Cleanup
>
>
> Trying a build with Visual Studio 2010 tripped a few places where the new TR1
> classes/algorithms clash with the Boost equivalents from which they were
> inspired. Although I saw this with VS2010, it's not a Windows/VS-specific
> problem - that's just where it was seen first.
> Ones I've seen...
> cpp/src/tests/SessionState.cpp use of ref, bind
> cpp/src/tests/perftest.cpp use of bind
> This could be remedied by removing the "using boost" statements (and/or
> "using std" statements). Also possible is a config check for presence of the
> TR1 stuff and use the TR1 if available, else Boost.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]