Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a08233e + d6afbd8 commit 91dad02Copy full SHA for 91dad02
1 file changed
cpp/ql/test/library-tests/classes/base_classes/base_classes.cpp
@@ -9,8 +9,7 @@ template <typename i>
9
struct S : indirect<int>::real {
10
};
11
/*
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
+Currently S's base class is simply 'empty'. We might want a
14
way to reach the unevaluated 'indirect<int>::real'.
15
*/
16
0 commit comments