Ticket #3761: thread.diff

File thread.diff, 629 bytes (added by Yuriy A. Krasnoschek <aka.rider@…>, 13 years ago)
  • thread.hpp

     
    414414            return !(thread_data<y.thread_data);
    415415        }
    416416
     417#   ifndef BOOST_NO_MEMBER_TEMPLATE_FRIENDS
    417418        template<class charT, class traits>
    418419        friend std::basic_ostream<charT, traits>&
    419420        operator<<(std::basic_ostream<charT, traits>& os, const id& x)
     
    427428                return os<<"{Not-any-thread}";
    428429            }
    429430        }
     431#   endif
    430432    };
    431433
    432434    inline bool thread::operator==(const thread& other) const