This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, v3] Nest helper classes in std::thread


Benjamin suggested we nest __thread_data_base, __thread_data and
__thread_data_ptr within std::thread to avoid polluting the std
namespace. This patch does that and also removes some unused exports
from gnu.ver.

Tested x86_64, ok for trunk?

Chris

Attachment: thread_patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]