[jira] [Updated] (QPID-1891) fix declaration problems with boost 1_33_1
[ https://issues.apache.org/jira/browse/QPID-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Ross updated QPID-1891: -- Assignee: michael j. goulish > fix declaration problems with boost 1_33_1 > -- > > Key: QPID-1891 > URL: https://issues.apache.org/jira/browse/QPID-1891 > Project: Qpid > Issue Type: Bug > Components: C++ Broker >Reporter: michael j. goulish >Assignee: michael j. goulish > Fix For: 0.6 > > Attachments: forked_broker.diff, tests.diff > > > Under Boost 1.33.1, the use of boost::starts_withcaused compilation > problems like this: > /usr/include/boost/algorithm/string/iterator_range.hpp:289: error: > make_iterator_range is already declared in this scope > So I replaced it with C stdlib equivalents. -- 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: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org
[jira] [Updated] (QPID-1891) fix declaration problems with boost 1_33_1
[ https://issues.apache.org/jira/browse/QPID-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Ross updated QPID-1891: -- Fix Version/s: 0.6 > fix declaration problems with boost 1_33_1 > -- > > Key: QPID-1891 > URL: https://issues.apache.org/jira/browse/QPID-1891 > Project: Qpid > Issue Type: Bug > Components: C++ Broker >Reporter: michael j. goulish > Fix For: 0.6 > > Attachments: forked_broker.diff, tests.diff > > > Under Boost 1.33.1, the use of boost::starts_withcaused compilation > problems like this: > /usr/include/boost/algorithm/string/iterator_range.hpp:289: error: > make_iterator_range is already declared in this scope > So I replaced it with C stdlib equivalents. -- 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: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org
[jira] Updated: (QPID-1891) fix declaration problems with boost 1_33_1
[ https://issues.apache.org/jira/browse/QPID-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael j. goulish updated QPID-1891: - Attachment: forked_broker.diff tests.diff > fix declaration problems with boost 1_33_1 > -- > > Key: QPID-1891 > URL: https://issues.apache.org/jira/browse/QPID-1891 > Project: Qpid > Issue Type: Bug > Components: C++ Broker >Reporter: michael j. goulish > Attachments: forked_broker.diff, tests.diff > > > Under Boost 1.33.1, the use of boost::starts_withcaused compilation > problems like this: > /usr/include/boost/algorithm/string/iterator_range.hpp:289: error: > make_iterator_range is already declared in this scope > So I replaced it with C stdlib equivalents. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org
[jira] Updated: (QPID-1891) fix declaration problems with boost 1_33_1
[ https://issues.apache.org/jira/browse/QPID-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael j. goulish updated QPID-1891: - Attachment: (was: tests.diff) > fix declaration problems with boost 1_33_1 > -- > > Key: QPID-1891 > URL: https://issues.apache.org/jira/browse/QPID-1891 > Project: Qpid > Issue Type: Bug > Components: C++ Broker >Reporter: michael j. goulish > > Under Boost 1.33.1, the use of boost::starts_withcaused compilation > problems like this: > /usr/include/boost/algorithm/string/iterator_range.hpp:289: error: > make_iterator_range is already declared in this scope > So I replaced it with C stdlib equivalents. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org
[jira] Updated: (QPID-1891) fix declaration problems with boost 1_33_1
[ https://issues.apache.org/jira/browse/QPID-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael j. goulish updated QPID-1891: - Attachment: tests.diff tests.diff > fix declaration problems with boost 1_33_1 > -- > > Key: QPID-1891 > URL: https://issues.apache.org/jira/browse/QPID-1891 > Project: Qpid > Issue Type: Bug > Components: C++ Broker >Reporter: michael j. goulish > > Under Boost 1.33.1, the use of boost::starts_withcaused compilation > problems like this: > /usr/include/boost/algorithm/string/iterator_range.hpp:289: error: > make_iterator_range is already declared in this scope > So I replaced it with C stdlib equivalents. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org
[jira] Updated: (QPID-1891) fix declaration problems with boost 1_33_1
[ https://issues.apache.org/jira/browse/QPID-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael j. goulish updated QPID-1891: - Attachment: (was: tests.diff) > fix declaration problems with boost 1_33_1 > -- > > Key: QPID-1891 > URL: https://issues.apache.org/jira/browse/QPID-1891 > Project: Qpid > Issue Type: Bug > Components: C++ Broker >Reporter: michael j. goulish > > Under Boost 1.33.1, the use of boost::starts_withcaused compilation > problems like this: > /usr/include/boost/algorithm/string/iterator_range.hpp:289: error: > make_iterator_range is already declared in this scope > So I replaced it with C stdlib equivalents. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org