We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89dae82 commit 21f6627Copy full SHA for 21f6627
1 file changed
src/batteries/slab_stack.cxx
@@ -157,9 +157,9 @@ class slab_stack {
157
158
LF_TRY {
159
init_slab(next_size);
160
- // If this throws, swallow the exception — push will see no space
161
- // i.e. (m_hi - m_sp == 0) and throw instead.
162
} LF_CATCH_ALL {
+ // If ^ throws, swallow the exception — push will see no space
+ // i.e. (m_hi - m_sp == 0) and throw instead.
163
}
164
165
0 commit comments