[libc-commits] [libc] [libc] Implement cpp::unique_ptr utility (PR #206701)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Tue Jun 30 08:12:45 PDT 2026


kaladron wrote:

> What do we plan on using this for? Generally you want to avoid dynamic memory management as much as possible in libc.

The regex library is what prompted me to build it here as otherwise I was doing the work by hand.

https://github.com/llvm/llvm-project/pull/206701


More information about the libc-commits mailing list