Ticket #7422: build.patch

File build.patch, 351 bytes (added by maxim.yegorushkin@…, 10 years ago)

Patch to fix the build when macro BOOST_THREAD_DONT_PROVIDE_INTERRUPTIONS is defined.

  • boost/thread/pthread/thread_data.hpp

     
    209209                }
    210210            }
    211211        };
     212#endif
    212213    }
    213 #endif
    214214
    215215    namespace this_thread
    216216    {