Kaydet (Commit) 58222feb authored tarafından Stephan Bergmann's avatar Stephan Bergmann

warning STL4015: std::iterator is deprecated (clang-cl)

Change-Id: I92dce067ab05cbef1b13dddd9b4de221051c9320
Reviewed-on: https://gerrit.libreoffice.org/57999
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 22fd015d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment