Skip to content

Commit 4a62cde

Browse files
committed
Remove additional spuriously inserted semicolon
1 parent 4ae1c00 commit 4a62cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4266.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace std {
5353
class layout_stride::mapping {
5454
[…]
5555
static constexpr bool is_always_unique() noexcept { return true; }
56-
static constexpr bool is_always_exhaustive() noexcept<ins>;</ins><del>{ return false; }</del><ins>;</ins>
56+
static constexpr bool is_always_exhaustive() noexcept<ins>;</ins> <del>{ return false; }</del>
5757
static constexpr bool is_always_strided() noexcept { return true; }
5858
[&hellip;]
5959
};

0 commit comments

Comments
 (0)