Page MenuHomePhabricator

refactor: Split util::AnyPtr into its own file
ClosedPublic

Authored by PiRK on Thu, May 23, 15:35.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC63ec99bf407a: refactor: Split util::AnyPtr into its own file
Summary

It makes sense to keep util::insert and util::AnyPtr functions in util/, not common/ as these are header-only template functions with no dependencies, and there's no particular reason they shouldn't be used by kernel code even if they aren't used right now.

This is a partial backport of core#27636
https://github.com/bitcoin/bitcoin/pull/27636/commits/7eee356c0a7fefd70c8de21689efa335f52a69ba

Depends on D16213

Test Plan

ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable