You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/02/15 17:34:41 UTC

[jira] [Commented] (QPID-7676) [linearstore] Recent commit introduced C++11 dependency

    [ https://issues.apache.org/jira/browse/QPID-7676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15868219#comment-15868219 ] 

ASF subversion and git services commented on QPID-7676:
-------------------------------------------------------

Commit 6716fb4345907184f0953caa3d9feb34aac49818 in qpid-cpp's branch refs/heads/master from [~kpvdr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-cpp.git;h=6716fb4 ]

QPID-7676: Fixed C++11 dependency introduced when std::round(f) was used rahter than std::floor(f + 0.5)


> [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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org