new2일 전· 1 sources

C++26: 단순 무한 루프는 더 이상 미정의 동작이 아님

Why it matters

<ul> <li><strong>C++26</strong>은 <code>while (true);</code>처럼 조건이 항상 참이고 본문이 비어 있는 <strong>단순 무한 루프(trivial infinite loop)</strong> 의 동작을 정의하며, 컴파일러가 미정의 동작을 근거로 이를 제거할 수 없게 함</li> <li>기존 <strong>전방 진...

1
Sources
+0
24h
Growth
2d
Active

Sources

Related Issues