[Libreoffice-bugs] [Bug 108782] New: Replace std::bind2nd() call with lambda
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jun 26 07:09:41 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=108782
Bug ID: 108782
Summary: Replace std::bind2nd() call with lambda
Product: LibreOffice
Version: Inherited From OOo
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: trivial
Priority: medium
Component: LibreOffice
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: tabe at fixedpoint.jp
Description:
std::bind2nd() in <functional> became deprecated since C++11.
It would be nice to replace its usage with equivalent lambda, or something like
std::bind(f, std::placeholders::_1, x) if more succinct.
Steps to Reproduce:
N/A
Actual Results:
N/A
Expected Results:
N/A
Reproducible: Always
User Profile Reset: No
Additional Info:
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
Firefox/52.0
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170626/3151d84e/attachment.html>
More information about the Libreoffice-bugs
mailing list