mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-09 10:56:28 -04:00
In file included from lib/base/base_unity.cpp:61:
lib/base/timer.cpp:295:31: error: no matching conversion for functional-style cast from 'double' to 'boost::posix_time::milliseconds' (aka 'subsecond_duration<boost::posix_time::time_duration, 1000>')
l_TimerCV.timed_wait(lock, boost::posix_time::milliseconds(wait * 1000));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from lib/remote/remote_unity.cpp:19:
lib/remote/eventqueue.cpp:111:30: error: no matching conversion for functional-style cast from 'double' to 'boost::posix_time::milliseconds' (aka 'subsecond_duration<boost::posix_time::time_duration, 1000>')
if (!m_CV.timed_wait(lock, boost::posix_time::milliseconds(timeout * 1000)))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from lib/checker/checker_unity.cpp:1:
lib/checker/checkercomponent.cpp:128:26: error: no matching conversion for functional-style cast from 'double' to 'boost::posix_time::milliseconds' (aka 'subsecond_duration<boost::posix_time::time_duration, 1000>')
m_CV.timed_wait(lock, boost::posix_time::milliseconds(wait * 1000));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/boost/date_time/time_duration.hpp:270:30: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'double' to 'const boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000>' for 1st argument
class BOOST_SYMBOL_VISIBLE subsecond_duration : public base_duration
^
/usr/local/include/boost/date_time/time_duration.hpp:270:30: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'double' to 'boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000>' for 1st argument
/usr/local/include/boost/date_time/time_duration.hpp:286:59: note: candidate template ignored: disabled by 'enable_if' [with T = double]
typename boost::enable_if<boost::is_integral<T>, void>::type* = 0) :
^
|
||
|---|---|---|
| .. | ||
| actionshandler.cpp | ||
| actionshandler.hpp | ||
| apiaction.cpp | ||
| apiaction.hpp | ||
| apiclient.cpp | ||
| apiclient.hpp | ||
| apifunction.cpp | ||
| apifunction.hpp | ||
| apilistener-configsync.cpp | ||
| apilistener-filesync.cpp | ||
| apilistener.cpp | ||
| apilistener.hpp | ||
| apilistener.ti | ||
| apiuser.cpp | ||
| apiuser.hpp | ||
| apiuser.ti | ||
| authority.cpp | ||
| CMakeLists.txt | ||
| configfileshandler.cpp | ||
| configfileshandler.hpp | ||
| configobjectutility.cpp | ||
| configobjectutility.hpp | ||
| configpackageshandler.cpp | ||
| configpackageshandler.hpp | ||
| configpackageutility.cpp | ||
| configpackageutility.hpp | ||
| configstageshandler.cpp | ||
| configstageshandler.hpp | ||
| consolehandler.cpp | ||
| consolehandler.hpp | ||
| createobjecthandler.cpp | ||
| createobjecthandler.hpp | ||
| deleteobjecthandler.cpp | ||
| deleteobjecthandler.hpp | ||
| endpoint.cpp | ||
| endpoint.hpp | ||
| endpoint.ti | ||
| eventqueue.cpp | ||
| eventqueue.hpp | ||
| eventshandler.cpp | ||
| eventshandler.hpp | ||
| filterutility.cpp | ||
| filterutility.hpp | ||
| httpchunkedencoding.cpp | ||
| httpchunkedencoding.hpp | ||
| httpclientconnection.cpp | ||
| httpclientconnection.hpp | ||
| httphandler.cpp | ||
| httphandler.hpp | ||
| httprequest.cpp | ||
| httprequest.hpp | ||
| httpresponse.cpp | ||
| httpresponse.hpp | ||
| httpserverconnection.cpp | ||
| httpserverconnection.hpp | ||
| httputility.cpp | ||
| httputility.hpp | ||
| i2-remote.hpp | ||
| infohandler.cpp | ||
| infohandler.hpp | ||
| jsonrpc.cpp | ||
| jsonrpc.hpp | ||
| jsonrpcconnection-heartbeat.cpp | ||
| jsonrpcconnection-pki.cpp | ||
| jsonrpcconnection.cpp | ||
| jsonrpcconnection.hpp | ||
| messageorigin.cpp | ||
| messageorigin.hpp | ||
| modifyobjecthandler.cpp | ||
| modifyobjecthandler.hpp | ||
| objectqueryhandler.cpp | ||
| objectqueryhandler.hpp | ||
| pkiutility.cpp | ||
| pkiutility.hpp | ||
| statushandler.cpp | ||
| statushandler.hpp | ||
| templatequeryhandler.cpp | ||
| templatequeryhandler.hpp | ||
| typequeryhandler.cpp | ||
| typequeryhandler.hpp | ||
| url-characters.hpp | ||
| url.cpp | ||
| url.hpp | ||
| variablequeryhandler.cpp | ||
| variablequeryhandler.hpp | ||
| zone.cpp | ||
| zone.hpp | ||
| zone.ti | ||