
This does a few small things: - inline `__libcpp_compute_min`, since we can don't have to put the arithmetic behind a constraint. Simple arithmetic also tends to be faster to compile than instantiating a type. - Remove an unused include (and add missing includes elsewhere) - Remove `__min` and `__max` from the `bool` specialization Co-authored-by: Louis Dionne <ldionne.2@gmail.com>