Boost C++ Libraries: Ticket #12324: Compilation error when BOOST_THREAD_PROVIDES_INTERRUPTIONS is not defined https://svn.boost.org/trac10/ticket/12324 <p> make<a class="changeset" href="https://svn.boost.org/trac10/changeset/1" title="Import core sources for SVNmanger 0.38 ">[1]</a>: Entering directory `boost/libs/thread/build'<br /> Compiling future.o...<br /> Compiling tss_null.o...<br /> Compiling once.o...<br /> Compiling thread.o...<br /> In file included from ../../../../../tools/boost/boost/thread/pthread/thread_data.hpp:14:0, </p> <blockquote> <p> from ../../../../../tools/boost/boost/thread/thread_only.hpp:17, <br /> from ../src/pthread/thread.cpp:11: </p> </blockquote> <p> ../../../../../tools/boost/boost/thread/pthread/condition_variable_fwd.hpp: In constructor ‘boost::condition_variable::condition_variable()’: ../../../../../tools/boost/boost/thread/pthread/condition_variable_fwd.hpp:85:13: error: ‘res’ was not declared in this scope<br /> </p> <blockquote> <p> res = detail::monotonic_pthread_cond_init(cond);<br /> <sup> </sup></p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12324 Trac 1.4.3 Daniel Laügt <daniel.laugt@…> Wed, 03 Aug 2016 13:29:19 GMT attachment set https://svn.boost.org/trac10/ticket/12324 https://svn.boost.org/trac10/ticket/12324 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">condition_variable_fwd.hpp.patch</span> </li> </ul> <p> A proposal patch fixing the issue </p> Ticket viboes Mon, 08 Aug 2016 23:09:05 GMT owner, status changed https://svn.boost.org/trac10/ticket/12324#comment:1 https://svn.boost.org/trac10/ticket/12324#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket viboes Tue, 09 Aug 2016 01:02:08 GMT milestone changed https://svn.boost.org/trac10/ticket/12324#comment:2 https://svn.boost.org/trac10/ticket/12324#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.62.0</span> </li> </ul> Ticket viboes Tue, 09 Aug 2016 01:18:22 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/12324#comment:3 https://svn.boost.org/trac10/ticket/12324#comment:3 <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">duplicate</span> </li> </ul> <p> duplicate <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/12102" title="#12102: Bugs: condition_variable_fwd.hpp fails to compile when ... (closed: fixed)">#12102</a> </p> Ticket