Files
abseil-cpp/absl/memory
Derek Mauro ae52431653 Update absl::make_unique to reflect the C++14 minimum
absl::make_unique is now std::make_unique in all configurations.

Documentation has been updated to recommend using the std::make_unique
spelling.

PiperOrigin-RevId: 488988005
Change-Id: Iddb8b863e6301876713d78c3fbe6660d0f9a38cf
2022-11-16 11:09:59 -08:00
..