Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91dad02

Browse files
authored
Merge pull request #370 from ian-semmle/update_comment
C++: Update a comment
2 parents a08233e + d6afbd8 commit 91dad02

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cpp/ql/test/library-tests/classes/base_classes/base_classes.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ template <typename i>
99
struct S : indirect<int>::real {
1010
};
1111
/*
12-
Currently 'indirect<int>' isn't in the database; the base class is
13-
simply 'empty'. We might want to also include 'indirect<int>', with a
12+
Currently S's base class is simply 'empty'. We might want a
1413
way to reach the unevaluated 'indirect<int>::real'.
1514
*/
1615

0 commit comments

Comments
 (0)