-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Dev Tools 2019-06-03, Dev Tools 2019-06-17
Remove the `stdx/memory.h` header. It brings in `std::make_unique` from either boost or std. It has been part of `std` since C+14. Let's remove this legacy artifact from C+11. Remove the file, and correct all uses of the `stdx::make_unique` name.
Lint already permits either. Time to finish the job.
- is depended on by
-
SERVER-41592 Remove `SConstruct` test for `std::make_unique`.
- Closed