Changes between Initial Version and Version 3 of Ticket #11817


Ignore:
Timestamp:
Nov 24, 2015, 5:48:27 AM (7 years ago)
Author:
viboes
Comment:

Hi,

there is a missing

#include <boost/thread/concurrent_queues/queue_op_status.hpp>

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11817

    • Property Owner changed from Anthony Williams to viboes
    • Property Status newassigned
  • Ticket #11817 – Description

    initial v3  
     1
     2{{{
    13boost-1.59.0/include/boost/thread/executors/thread_executor.hpp: In member function 'void boost::executors::thread_executor::submit(void (*)())':
    24boost-1.59.0/include/boost/thread/executors/thread_executor.hpp:122:68: error: 'sync_queue_is_closed' was not declared in this scope
     
    68boost-1.59.0/include/boost/thread/executors/thread_executor.hpp:132:68: error: there are no arguments to 'sync_queue_is_closed' that depend on a template parameter, so a declaration of 'sync_queue_is_closed' must be available [-fpermissive]
    79       if (closed(lk))  BOOST_THROW_EXCEPTION( sync_queue_is_closed() );
     10}}}