We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MathLib
1 parent e04019c commit 10cdb3dCopy full SHA for 10cdb3d
lib/mathlib.h
@@ -38,8 +38,6 @@ class Token;
38
/** @brief simple math functions that uses operands stored in std::string. useful when performing math on tokens. */
39
40
class CPPCHECKLIB MathLib {
41
- friend class TestMathLib;
42
-
43
public:
44
#if defined(HAVE_BOOST) && defined(HAVE_BOOST_INT128)
45
using bigint = boost::multiprecision::int128_t;
0 commit comments