diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-04-21 22:54:21 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-04-21 22:54:21 +0000 |
| commit | 89dd1dd2782de71d56c512e44b9dfda2f7b95351 (patch) | |
| tree | f3c6fcdb7f4193fffb1f7770428709c9f96f7f33 /libcxx/include/thread | |
| parent | 3d42a86f9dbb167f7e6d95b741fb523827bc6ba9 (diff) | |
| download | bcm5719-llvm-89dd1dd2782de71d56c512e44b9dfda2f7b95351.tar.gz bcm5719-llvm-89dd1dd2782de71d56c512e44b9dfda2f7b95351.zip | |
Fix most GCC attribute ignored warnings
llvm-svn: 267074
Diffstat (limited to 'libcxx/include/thread')
| -rw-r--r-- | libcxx/include/thread | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/thread b/libcxx/include/thread index c3eb4378530..bf5b8e84d35 100644 --- a/libcxx/include/thread +++ b/libcxx/include/thread @@ -219,7 +219,7 @@ _LIBCPP_INLINE_VISIBILITY __thread_id get_id() _NOEXCEPT; } // this_thread -template<> struct _LIBCPP_TYPE_VIS_ONLY hash<__thread_id>; +template<> struct hash<__thread_id>; class _LIBCPP_TYPE_VIS_ONLY __thread_id { |

