The following statement can be found in the SafeMathUpgradeable library, even for the version using pragma solidity ^0.8.0.
Should I still use the library if I am using Solidity 0.8.0? Does it add any additional value?
* NOTE: `SafeMath` is no longer needed starting with Solidity 0.8. The compiler
* now has built in overflow checking.
Thank you. J