summaryrefslogtreecommitdiff
path: root/src/mongo/util/functional.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62498 Non-`const` `unique_function` should not convert to `std::functi...Casey Carter2022-04-041-0/+2
* SERVER-63476 Remove extra ellipsis in function_ref implMathias Stearn2022-04-011-2/+2
* SERVER-63476 Add function_ref and stdx::remove_cvref_tMathias Stearn2022-03-291-14/+115
* SERVER-62324 Fix unique_function issues in C++20 mode with VS 2022Andrew Morrow2022-01-051-1/+1
* SERVER-40686 deduction guides for unique_functionJason Carey2019-07-101-0/+24
* SERVER-39879 Fix unique_function constructor selection issuesBen Caimano2019-05-271-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37075 Make `unique_function<...>::nil` not break on MacOSADAM David Alan Martin2018-09-111-13/+15
* SERVER-36900 Add a `unique_function` utility.ADAM David Alan Martin2018-09-061-0/+186