[libc][NFC] Mark some methods constexpr
authorAlex Brachet <abrachet@google.com>
Wed, 8 Jun 2022 22:39:52 +0000 (22:39 +0000)
committerAlex Brachet <abrachet@google.com>
Wed, 8 Jun 2022 22:41:09 +0000 (22:41 +0000)
commit6504b159926832db7f4f93271cfa1bf19c829a97
treec7931734718f0ab9e47f8a1d8046bf89cc857f8a
parentdb313a00b6154dd42a6ab998a88252ef1a1c042f
[libc][NFC] Mark some methods constexpr

gcc is complaining that these methods are being called
from a function that is marked constexpr but these
aren't.
libc/src/__support/CPP/UInt.h