2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-29 20:12:10 +00:00

Protect get_thread_info from macro expansion to prevent errors on Haiku. Fixes #4341.

[SVN r63295]
This commit is contained in:
Steven Watanabe
2010-06-24 19:38:16 +00:00
parent 4551e8759b
commit 6b9a2d791b
3 changed files with 17 additions and 17 deletions

View File

@@ -121,7 +121,7 @@ namespace boost
explicit thread(detail::thread_data_ptr data);
detail::thread_data_ptr get_thread_info() const;
detail::thread_data_ptr get_thread_info BOOST_PREVENT_MACRO_SUBSTITUTION () const;
#ifndef BOOST_NO_RVALUE_REFERENCES
template<typename F>