Ticket #4316: 4316.patch

File 4316.patch, 411 bytes (added by viboes, 12 years ago)
  • thread.hpp

     
    396396            thread_data(thread_data_)
    397397        {}
    398398        friend class thread;
    399         friend id this_thread::get_id();
     399        friend id BOOST_THREAD_DECL this_thread::get_id();
    400400    public:
    401401        id():
    402402            thread_data()