commit | 89dd1dd2782de71d56c512e44b9dfda2f7b95351 | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Thu Apr 21 22:54:21 2016 +0000 |
committer | Eric Fiselier <eric@efcs.ca> | Thu Apr 21 22:54:21 2016 +0000 |
tree | f3c6fcdb7f4193fffb1f7770428709c9f96f7f33 | |
parent | 3d42a86f9dbb167f7e6d95b741fb523827bc6ba9 [diff] [blame] |
Fix most GCC attribute ignored warnings llvm-svn: 267074
diff --git a/libcxx/include/thread b/libcxx/include/thread index c3eb437..bf5b8e8 100644 --- a/libcxx/include/thread +++ b/libcxx/include/thread
@@ -219,7 +219,7 @@ } // this_thread -template<> struct _LIBCPP_TYPE_VIS_ONLY hash<__thread_id>; +template<> struct hash<__thread_id>; class _LIBCPP_TYPE_VIS_ONLY __thread_id {