Skip to content

Commit 979bec5

Browse files
committed
refactor(cpp1): update comment
1 parent aeb18ee commit 979bec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/cppfront.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@ class cppfront
17981798
auto guard = finally([&]{ looking_up.pop_back(); });
17991799

18001800
bool res = false;
1801-
// If any parent declaration
1801+
// If the first parent declaration
18021802
std::find_if(current_declarations.rbegin(), current_declarations.rend() - 1, [&](declaration_node const* decl) {
18031803
// that can have aliases
18041804
if ((decl->is_function()

0 commit comments

Comments
 (0)