mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-08 00:12:53 +00:00
We really don't need to pull in several headers of boost related machinery just to perform the erase-remove idiom (particularly with C++20 around the corner, which adds universal container std::erase and std::erase_if, which we can just use instead). With this, we don't need to link in anything boost-related into common.
4.7 KiB
4.7 KiB