[
https://issues.apache.org/jira/browse/QPID-7676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15868580#comment-15868580
]
Kim van der Riet edited comment on QPID-7676 at 2/15/17 9:18 PM:
-----------------------------------------------------------------
Ditto for {{std::log2(num)}}, replace with {{std::log(num)/std::log(2)}}.
was (Author: kpvdr):
Ditto for {{std::log2(n)}}, replace with {{std::log(n)/std::log(2)}}.
> [linearstore] Recent commit introduced C++11 dependency
> -------------------------------------------------------
>
> Key: QPID-7676
> URL: https://issues.apache.org/jira/browse/QPID-7676
> Project: Qpid
> Issue Type: Bug
> Components: C++ Broker
> Reporter: Kim van der Riet
> Assignee: Kim van der Riet
>
> A recent commit to linearstore added a call to {{std::round(f)}} which is
> only supported in C++11.
> Replace with {{std::floor(f + 0.5)}}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]