Skip to content

Commit 9816d1b

Browse files
committed
refactor(reflect): avoid parenthesized aggregate initialization
1 parent 958ae5d commit 9816d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/sema.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ auto lookup(
106106

107107
// Case not yet handled.
108108
if (res.library.empty()) {
109-
return meta::diagnostic("(ICE) metafunction '" + name + "' not found");
109+
return meta::diagnostic{"(ICE) metafunction '" + name + "' not found"};
110110
}
111111
// else
112112
return res;

0 commit comments

Comments
 (0)