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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to