Skip to content

Commit 1fb2bd0

Browse files
committed
Add typename for CI to pass
1 parent 2337414 commit 1fb2bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/fixed_vector.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public:
129129
back_idx -= count;
130130
}
131131

132-
using iterator = decltype(data)::iterator;
132+
using iterator = typename decltype(data)::iterator;
133133

134134
auto begin() const {
135135
return data.begin();

0 commit comments

Comments
 (0)