Skip to content

Commit 8a81d3d

Browse files
authored
Resolve merge conflict
Signed-off-by: Herb Sutter <[email protected]>
1 parent 1acebb6 commit 8a81d3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/parse.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2598,6 +2598,9 @@ struct declaration_node
25982598
auto is_alias() const -> bool
25992599
{ return type.index() == an_alias; }
26002600

2601+
auto is_function_expression () const -> bool
2602+
{ return is_function() && !identifier; }
2603+
26012604
auto is_template() const -> bool
26022605
{ return template_parameters != nullptr; }
26032606

0 commit comments

Comments
 (0)