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/iterator | |
| 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/iterator')
| -rw-r--r-- | libcxx/include/iterator | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/include/iterator b/libcxx/include/iterator index b503f157b1e..30801ea83db 100644 --- a/libcxx/include/iterator +++ b/libcxx/include/iterator @@ -841,7 +841,6 @@ public: _LIBCPP_INLINE_VISIBILITY back_insert_iterator& operator++() {return *this;} _LIBCPP_INLINE_VISIBILITY back_insert_iterator operator++(int) {return *this;} }; -_LIBCPP_CTAD_SUPPORTED_FOR_TYPE(back_insert_iterator); template <class _Container> inline _LIBCPP_INLINE_VISIBILITY |

