summaryrefslogtreecommitdiffstats
path: root/libcxx/include/shared_mutex
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2019-08-04 07:13:43 +0000
committerEric Fiselier <eric@efcs.ca>2019-08-04 07:13:43 +0000
commit278d59301446afb40f0345bd411099fa311291a4 (patch)
tree5831d071dae263da0ea3cff1c3369d2964a2c525 /libcxx/include/shared_mutex
parentd34099926e909390cb0254bebb4b7f5cf15467c7 (diff)
downloadbcm5719-llvm-278d59301446afb40f0345bd411099fa311291a4.tar.gz
bcm5719-llvm-278d59301446afb40f0345bd411099fa311291a4.zip
Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."
Some modules builds are issuing buggy diagnostics. The cause of which is TBD. This reverts commit r@367770. llvm-svn: 367777
Diffstat (limited to 'libcxx/include/shared_mutex')
-rw-r--r--libcxx/include/shared_mutex1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/include/shared_mutex b/libcxx/include/shared_mutex
index c9911340ea1..fcafd8c0f44 100644
--- a/libcxx/include/shared_mutex
+++ b/libcxx/include/shared_mutex
@@ -430,7 +430,6 @@ public:
_LIBCPP_INLINE_VISIBILITY
mutex_type* mutex() const _NOEXCEPT {return __m_;}
};
-_LIBCPP_CTAD_SUPPORTED_FOR_TYPE(shared_lock);
template <class _Mutex>
void
OpenPOWER on IntegriCloud