Avoid std::tie in TypeSize.h
std::tie isn't saving much here, just use == && ==. No numbers to support this, but std::tie is one of the most expensive instantiations.
Loading
Please sign in to comment
std::tie isn't saving much here, just use == && ==. No numbers to support this, but std::tie is one of the most expensive instantiations.