Boost C++ Libraries: Ticket #4179: time_duration::operator*(int) has no versions for double and int64_t causing implicit truncating them to int32_t https://svn.boost.org/trac10/ticket/4179 <p> time_duration::operator*(int) has no versions for double and int64_t causing implicit truncating them to int32_t </p> <pre class="wiki"> std::cout &lt;&lt; boost::posix_time::microseconds(1) * 1e8 &lt;&lt; std::endl; std::cout &lt;&lt; boost::posix_time::microseconds(1) * 1e9 &lt;&lt; std::endl; std::cout &lt;&lt; boost::posix_time::microseconds(1) * 1e10 &lt;&lt; std::endl; std::cout &lt;&lt; boost::posix_time::microseconds(1) * 1e11 &lt;&lt; std::endl; </pre><pre class="wiki">00:01:40 00:16:40 00:23:30.065408 00:20:15.752192 </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4179 Trac 1.4.3 anonymous Mon, 03 May 2010 02:49:39 GMT keywords set https://svn.boost.org/trac10/ticket/4179#comment:1 https://svn.boost.org/trac10/ticket/4179#comment:1 <ul> <li><strong>keywords</strong> time_duration posix_time date_time added </li> </ul> Ticket anonymous Mon, 03 May 2010 09:48:39 GMT owner changed https://svn.boost.org/trac10/ticket/4179#comment:2 https://svn.boost.org/trac10/ticket/4179#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">az_sw_dude</span> to <span class="trac-author">Andrey Semashev</span> </li> </ul> Ticket Michał Ślizak Wed, 02 Oct 2013 10:45:48 GMT attachment set https://svn.boost.org/trac10/ticket/4179 https://svn.boost.org/trac10/ticket/4179 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost.timeDurationArithmeticOnTickType.diff</span> </li> </ul> <p> Changed multiplication and division to accept 'tick_type' instead of 'int' </p> Ticket anonymous Wed, 18 May 2016 12:42:49 GMT <link>https://svn.boost.org/trac10/ticket/4179#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4179#comment:3</guid> <description> <p> Is there any plan to integrate the fix in a coming release? </p> </description> <category>Ticket</category> </item> <item> <author>jpo38 <jean.porcherot@…></author> <pubDate>Wed, 18 May 2016 12:44:05 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4179#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4179#comment:4</guid> <description> <p> Is there any plan to integrate the fix in a coming release? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>James E. King, III</dc:creator> <pubDate>Thu, 02 Aug 2018 11:28:43 GMT</pubDate> <title>owner changed https://svn.boost.org/trac10/ticket/4179#comment:5 https://svn.boost.org/trac10/ticket/4179#comment:5 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Andrey Semashev</span> to <span class="trac-author">James E. King, III</span> </li> </ul> Ticket James E. King, III Thu, 02 Aug 2018 11:28:58 GMT <link>https://svn.boost.org/trac10/ticket/4179#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4179#comment:6</guid> <description> <p> This appears to be a problem for many operators. </p> </description> <category>Ticket</category> </item> </channel> </rss>