C++: Update a comment

This commit is contained in:
Ian Lynagh
2018-10-25 21:18:37 +01:00
parent 121596dfe6
commit d6afbd8bb0

View File

@@ -9,8 +9,7 @@ template <typename i>
struct S : indirect<int>::real {
};
/*
Currently 'indirect<int>' isn't in the database; the base class is
simply 'empty'. We might want to also include 'indirect<int>', with a
Currently S's base class is simply 'empty'. We might want a
way to reach the unevaluated 'indirect<int>::real'.
*/