diff options
| author | Eric Fiselier <eric@efcs.ca> | 2019-08-04 07:13:43 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2019-08-04 07:13:43 +0000 |
| commit | 278d59301446afb40f0345bd411099fa311291a4 (patch) | |
| tree | 5831d071dae263da0ea3cff1c3369d2964a2c525 /libcxx/include/string_view | |
| parent | d34099926e909390cb0254bebb4b7f5cf15467c7 (diff) | |
| download | bcm5719-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_view | 1 |
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] |

