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.
functionConst
1 parent fad774c commit 523603aCopy full SHA for 523603a
test/testtokenlist.cpp
@@ -47,7 +47,7 @@ class TestTokenList : public TestFixture {
47
ASSERT_EQUALS("0x89504e470d0a1a0a", tokenlist.front()->str());
48
}
49
50
- void testaddtoken2() {
+ void testaddtoken2() const {
51
const std::string code = "0xF0000000";
52
Settings settings1;
53
settings1.platform.int_bit = 32;
0 commit comments