Boost C++ Libraries: Ticket #5429: compile error in Windows CE 6.0(std::abort) https://svn.boost.org/trac10/ticket/5429 <p> compile error &lt;boost/assert.hpp&gt;, because Windows CE platform is no std::abort. I needs alternative implementation. </p> <p> I using follow now(boost non intrusive workaround): </p> <pre class="wiki">#include &lt;stdexcept&gt; namespace std { static inline abord() { throw std::runtime_error("abort"); } } </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5429 Trac 1.4.3 anonymous Wed, 06 Apr 2011 10:47:24 GMT <link>https://svn.boost.org/trac10/ticket/5429#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5429#comment:1</guid> <description> <p> I think this is fixed in trunk, can you try it out? </p> <p> <a class="ext-link" href="https://svn.boost.org/svn/boost/trunk/boost/assert.hpp"><span class="icon">​</span>https://svn.boost.org/svn/boost/trunk/boost/assert.hpp</a> </p> </description> <category>Ticket</category> </item> <item> <author>Akira Takahashi <faithandbrave@…></author> <pubDate>Wed, 06 Apr 2011 11:09:51 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5429#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5429#comment:2</guid> <description> <p> thanks! It's OK by this change. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Thu, 22 Dec 2011 12:51:50 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5429#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5429#comment:3</guid> <description> <p> We also had this issue and the trunk fix solved it. We found it in the latest download of 1.48.0 - how come this is not yet in the released version given this discussion is over 9 months old? </p> </description> <category>Ticket</category> </item> <item> <author>Akira Takahashi <faithandbrave@…></author> <pubDate>Thu, 22 Dec 2011 13:24:28 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5429#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5429#comment:4</guid> <description> <p> to owner, please close tikcet. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sun, 03 Jun 2012 19:56:01 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5429#comment:5 https://svn.boost.org/trac10/ticket/5429#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> Duplicated <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5213" title="#5213: Bugs: Boost 1.46 headers no longer compile on WinCE (closed: fixed)">#5213</a> </p> Ticket