[SERVER-39338] Remove `stdx/functional.h` Created: 01/Feb/19 Updated: 29/Oct/23 Resolved: 10/Jun/19 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 4.1.14 |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | ADAM Martin (Inactive) | Assignee: | ADAM Martin (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Fully Compatible |
| Sprint: | Dev Tools 2019-06-03, Dev Tools 2019-06-17 |
| Participants: |
| Description |
|
Nothing in it is used. It is just a re-use of `::std::function` and friends into `::mongo::stdx::function` and such. Remove the file, and modify all uses of `stdx::function` to `std::function`. |
| Comments |
| Comment by Githook User [ 10/Jun/19 ] |
|
Author: {'name': 'ADAM David Alan Martin', 'email': 'adam.martin@10gen.com', 'username': 'adamlsd'}Message: |
| Comment by Githook User [ 10/Jun/19 ] |
|
Author: {'name': 'ADAM David Alan Martin', 'email': 'adam.martin@10gen.com', 'username': 'adamlsd'}Message: `stdx::function`, `stdx::make_unique`, and `stdx::list` are |