We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae1c00 commit 4a62cdeCopy full SHA for 4a62cde
xml/issue4266.xml
@@ -53,7 +53,7 @@ namespace std {
53
class layout_stride::mapping {
54
[…]
55
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>
+ static constexpr bool is_always_exhaustive() noexcept<ins>;</ins> <del>{ return false; }</del>
57
static constexpr bool is_always_strided() noexcept { return true; }
58
59
};
0 commit comments