Boost C++ Libraries: Ticket #7701: locale is missing "std::" in some places https://svn.boost.org/trac10/ticket/7701 <p> the locale library is missing "std::" in a few places (ie sometimes on time_t, sometimes on mbstate_t), and thus doesn't compile on some configurations. </p> <p> fixes attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7701 Trac 1.4.3 tvaneerd@… Thu, 15 Nov 2012 21:21:15 GMT attachment set https://svn.boost.org/trac10/ticket/7701 https://svn.boost.org/trac10/ticket/7701 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">locale.diff</span> </li> </ul> <p> diff of required changes </p> Ticket anonymous Thu, 15 Nov 2012 21:22:08 GMT summary changed https://svn.boost.org/trac10/ticket/7701#comment:1 https://svn.boost.org/trac10/ticket/7701#comment:1 <ul> <li><strong>summary</strong> <span class="trac-field-old">locale is missing "std::" in some place</span> → <span class="trac-field-new">locale is missing "std::" in some places</span> </li> </ul> Ticket Artyom Beilis Fri, 16 Nov 2012 09:48:12 GMT <link>https://svn.boost.org/trac10/ticket/7701#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7701#comment:2</guid> <description> <p> On what platform does the build fails? </p> <p> Also mbstate_t, ptrdiff_t, time_t are part of standard C so including stuff like <code>&lt;time.h&gt;</code> or <code>&lt;stddef.h&gt;</code> should solve the problem as well. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Fri, 16 Nov 2012 18:55:10 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7701#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7701#comment:3</guid> <description> <p> Fails on QNX (and/or BlackBerry10). Yes C includes should also work. But in some places std:: was already being used on those types, so I assumed it should go in that direction. </p> </description> <category>Ticket</category> </item> <item> <author>tvaneerd@…</author> <pubDate>Tue, 20 Nov 2012 21:55:47 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/7701 https://svn.boost.org/trac10/ticket/7701 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">locale.diff2</span> </li> </ul> <p> couple more I missed </p> Ticket Artyom Beilis Tue, 27 Nov 2012 16:02:20 GMT status changed https://svn.boost.org/trac10/ticket/7701#comment:4 https://svn.boost.org/trac10/ticket/7701#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Artyom Beilis Tue, 27 Nov 2012 16:02:35 GMT severity changed https://svn.boost.org/trac10/ticket/7701#comment:5 https://svn.boost.org/trac10/ticket/7701#comment:5 <ul> <li><strong>severity</strong> <span class="trac-field-old">Showstopper</span> → <span class="trac-field-new">Problem</span> </li> </ul> Ticket Artyom Beilis Tue, 27 Nov 2012 16:12:56 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7701#comment:6 https://svn.boost.org/trac10/ticket/7701#comment:6 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/81591" title="Fixed #7701 missing &#34;std::&#34; in some places, problem on platforms like ...">[81591]</a>) Fixed <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7701" title="#7701: Patches: locale is missing &#34;std::&#34; in some places (closed: fixed)">#7701</a> missing "std::" in some places, problem on platforms like QNX, Blackbarry </p> Ticket