[Libreoffice-commits] core.git: include/comphelper

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jul 25 19:54:41 UTC 2018


 include/comphelper/stl_types.hxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 58222feb7fee0c08fb54b9ee29f8f0674c5cf508
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jul 25 18:46:30 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Jul 25 21:54:18 2018 +0200

    warning STL4015: std::iterator is deprecated (clang-cl)
    
    Change-Id: I92dce067ab05cbef1b13dddd9b4de221051c9320
    Reviewed-on: https://gerrit.libreoffice.org/57999
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/include/comphelper/stl_types.hxx b/include/comphelper/stl_types.hxx
index 927a3d39df40..c3539bbe21a0 100644
--- a/include/comphelper/stl_types.hxx
+++ b/include/comphelper/stl_types.hxx
@@ -132,8 +132,7 @@ inline mem_fun1_t<Tp,Arg> mem_fun(void (Tp::*f)(Arg))
 
 /** output iterator that appends OUStrings into an OUStringBuffer.
  */
-class OUStringBufferAppender :
-    public ::std::iterator< ::std::output_iterator_tag, void, void, void, void>
+class OUStringBufferAppender
 {
 public:
     typedef OUStringBufferAppender Self;


More information about the Libreoffice-commits mailing list