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 0ce4a99 commit abb81faCopy full SHA for abb81fa
source/basic.tex
@@ -5716,7 +5716,7 @@
5716
if (S(3).v()) // full-expression includes lvalue-to-rvalue and \tcode{int} to \tcode{bool} conversions,
5717
// performed before temporary is deleted at end of full-expression
5718
{ }
5719
- bool b = noexcept(S()); // exception specification of destructor of \tcode{S} considered for \keyword{noexcept}
+ bool b = noexcept(S(4)); // exception specification of destructor of \tcode{S} considered for \keyword{noexcept}
5720
5721
// full-expression is destruction of \tcode{s2} at end of block
5722
}
0 commit comments