<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>ace-bugs at Yahoo! Groups</title>
    <link>http://groups.yahoo.com/group/ace-bugs/</link>
    <description>ace-bugs</description>

    <item>
      <title>Re: ACE_UNUSED_ARG produces warning with gcc 4.3.0</title>
      <pubDate>Mon, 16 Jun 2008 08:55:49 GMT</pubDate>
      <dc:creator>Johnny Willemsen</dc:creator>
      <link>http://groups.yahoo.com/group/ace-bugs/message/5915</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ace-bugs/message/5915</guid>
      <description>Hi, ... Doesn&#39;t this give issues with older gcc version? See also http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=3270 Regards, Johnny Willemsen Remedy IT </description>
    </item>
    <item>
      <title>Re: SEGV during shutdown with ACE Streams</title>
      <pubDate>Wed, 04 Jun 2008 18:28:58 GMT</pubDate>
      <dc:creator>Iliyan Jeliazkov</dc:creator>
      <link>http://groups.yahoo.com/group/ace-bugs/message/5914</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ace-bugs/message/5914</guid>
      <description>Hi Chad, Thanks for taking the initiative to tackle this one! ... Yes. ... Yes. The code for the module implementation (in a DLL) gets unloaded as soon as the</description>
    </item>
    <item>
      <title>Re: void ACE_Time_Value::msec(ACE_UINT64&amp;) const</title>
      <pubDate>Wed, 04 Jun 2008 18:11:41 GMT</pubDate>
      <dc:creator>Aaron Scamehorn</dc:creator>
      <link>http://groups.yahoo.com/group/ace-bugs/message/5913</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ace-bugs/message/5913</guid>
      <description>Hi JT, I don&#39;t think so either, but it sure seems like they&#39;re wrong! I found an interesting blog about this at http://xania.org/200711/ambiguous-overloading. </description>
    </item>
    <item>
      <title>Re: void ACE_Time_Value::msec(ACE_UINT64&amp;) const</title>
      <pubDate>Wed, 04 Jun 2008 17:51:33 GMT</pubDate>
      <dc:creator>J.T. Conklin</dc:creator>
      <link>http://groups.yahoo.com/group/ace-bugs/message/5912</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ace-bugs/message/5912</guid>
      <description>... I don&#39;t think so.  However, I do know my original hypothesis is wrong. I did a search for gcc&#39;s &quot;... are ambiguous even though the worst conversion for the</description>
    </item>
    <item>
      <title>Re: SEGV during shutdown with ACE Streams</title>
      <pubDate>Wed, 04 Jun 2008 17:39:58 GMT</pubDate>
      <dc:creator>Chad Beaulac</dc:creator>
      <link>http://groups.yahoo.com/group/ace-bugs/message/5911</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ace-bugs/message/5911</guid>
      <description>Hi Doug and Iliyan Here&#39;s what I got so far on this issue. 1) The following are registered in the ACE_Service_Repository: 1.1)  Service Objects as</description>
    </item>
    <item>
      <title>Re: void ACE_Time_Value::msec(ACE_UINT64&amp;) const</title>
      <pubDate>Wed, 04 Jun 2008 17:28:47 GMT</pubDate>
      <dc:creator>Aaron Scamehorn</dc:creator>
      <link>http://groups.yahoo.com/group/ace-bugs/message/5910</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ace-bugs/message/5910</guid>
      <description>... It sure seems like the compiler(s) is(are) wrong. In my case, JT, ACE_UINT64 typedef&#39;d as an unsigned long long (sizeof=8).  That&#39;s not the same thing as a</description>
    </item>
    <item>
      <title>Re: void ACE_Time_Value::msec(ACE_UINT64&amp;) const</title>
      <pubDate>Wed, 04 Jun 2008 17:23:46 GMT</pubDate>
      <dc:creator>Steve Huston</dc:creator>
      <link>http://groups.yahoo.com/group/ace-bugs/message/5909</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ace-bugs/message/5909</guid>
      <description>Hi J.T., ... Right, but this would be: void msec(unsigned long&amp; ms) const; ... I would think that &quot;long&quot; and &quot;unsigned long&quot; would be different enough. Also,</description>
    </item>
    <item>
      <title>Re: void ACE_Time_Value::msec(ACE_UINT64&amp;) const</title>
      <pubDate>Wed, 04 Jun 2008 17:03:10 GMT</pubDate>
      <dc:creator>J.T. Conklin</dc:creator>
      <link>http://groups.yahoo.com/group/ace-bugs/message/5908</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ace-bugs/message/5908</guid>
      <description>... Currently there are three methods to convert to/from milliseconds to ACE_Time_Value. unsigned long msec (void) const; void msec (ACE_UINT64 &amp;ms) const; </description>
    </item>
    <item>
      <title>Re: void ACE_Time_Value::msec(ACE_UINT64&amp;) const</title>
      <pubDate>Wed, 04 Jun 2008 16:52:50 GMT</pubDate>
      <dc:creator>J.T. Conklin</dc:creator>
      <link>http://groups.yahoo.com/group/ace-bugs/message/5907</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ace-bugs/message/5907</guid>
      <description>... I think the compiler is right.  For the case where ACE_UINT64 is defined in terms of long, ACE_Time_Value essentially has both: void msec(long&amp; ms) const; </description>
    </item>
    <item>
      <title>Re: void ACE_Time_Value::msec(ACE_UINT64&amp;) const</title>
      <pubDate>Wed, 04 Jun 2008 16:33:09 GMT</pubDate>
      <dc:creator>Steve Huston</dc:creator>
      <link>http://groups.yahoo.com/group/ace-bugs/message/5906</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ace-bugs/message/5906</guid>
      <description>Ok, thanks Yauheni - I added this information to the bug report. -- Steve Huston, Riverace Corporation Want to take ACE training on YOUR schedule? See</description>
    </item>
    <item>
      <title>Re: void ACE_Time_Value::msec(ACE_UINT64&amp;) const</title>
      <pubDate>Wed, 04 Jun 2008 16:21:29 GMT</pubDate>
      <dc:creator>Yauheni Akhotnikau</dc:creator>
      <link>http://groups.yahoo.com/group/ace-bugs/message/5905</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ace-bugs/message/5905</guid>
      <description>Hi, I have the same results for Aaron small test program (with MY_UINT64) with VC&#43;+ 7.1 and VC&#43;+ 8.0: t.cpp t.cpp(18) : error C2666: &#39;A::msec&#39; : 2 overloads</description>
    </item>
    <item>
      <title>Re: void ACE_Time_Value::msec(ACE_UINT64&amp;) const</title>
      <pubDate>Wed, 04 Jun 2008 16:10:14 GMT</pubDate>
      <dc:creator>Steve Huston</dc:creator>
      <link>http://groups.yahoo.com/group/ace-bugs/message/5904</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ace-bugs/message/5904</guid>
      <description>Hi Aaron, Good to hear from you! Thanks for the PROBLEM-REPORT-FORM. I reproduced this on RHEL 4, same compiler. Since this was not detected by the current ACE</description>
    </item>
    <item>
      <title>void ACE_Time_Value::msec(ACE_UINT64&amp;) const</title>
      <pubDate>Wed, 04 Jun 2008 14:21:56 GMT</pubDate>
      <dc:creator>Aaron Scamehorn</dc:creator>
      <link>http://groups.yahoo.com/group/ace-bugs/message/5903</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ace-bugs/message/5903</guid>
      <description>Hi All- Thanks for your help, Aaron To: ace-bugs@... Subject: void ACE_Time_Value::msec(ACE_UINT64&amp;) const ACE VERSION: 5.6.5 HOST MACHINE and</description>
    </item>
    <item>
      <title>ACE_UNUSED_ARG produces warning with gcc 4.3.0</title>
      <pubDate>Fri, 30 May 2008 08:23:02 GMT</pubDate>
      <dc:creator>Hofmann, Christoph</dc:creator>
      <link>http://groups.yahoo.com/group/ace-bugs/message/5902</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ace-bugs/message/5902</guid>
      <description>ACE VERSION: 5.6.4 HOST MACHINE and OPERATING SYSTEM: P4 with Suse Linux 10.2 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND</description>
    </item>
    <item>
      <title>Re: ACE_Wrappers: Compilation/Linking: Needs a way so thatwchar_t ca</title>
      <pubDate>Thu, 29 May 2008 11:53:33 GMT</pubDate>
      <dc:creator>Steve Huston</dc:creator>
      <link>http://groups.yahoo.com/group/ace-bugs/message/5901</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/ace-bugs/message/5901</guid>
      <description>Hi Saurabh, Thank you for the PROBLEM-REPORT-FORM. ... There&#39;s a variable in the MPC template for VC8, TreatWChar_tAsBuiltInType. If you set that to false, the</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.scd.yahoo.com uncompressed/chunked Sun Jul  6 18:33:34 PDT 2008 -->
