mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-04-16 09:14:10 -05:00

Given these are only used as function existence checks, we can simplify some usages of declval, given they aren't particularly useful here. Reduces a few template instantiations, which at most reduces compile times a tiny bit.