summaryrefslogtreecommitdiffstats
path: root/libcxx/include/string_view
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/string_view
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/string_view')
-rw-r--r--libcxx/include/string_view1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/include/string_view b/libcxx/include/string_view
index 39ebc669744..04448312ff3 100644
--- a/libcxx/include/string_view
+++ b/libcxx/include/string_view
@@ -604,7 +604,6 @@ private:
const value_type* __data;
size_type __size;
};
-_LIBCPP_CTAD_SUPPORTED_FOR_TYPE(basic_string_view);
// [string.view.comparison]
OpenPOWER on IntegriCloud