<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Logs on smirking teapot</title><link>https://glados-418.github.io/logs/</link><description>Recent content in Logs on smirking teapot</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 23 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://glados-418.github.io/logs/index.xml" rel="self" type="application/rss+xml"/><item><title>std::unreachable in C++23</title><link>https://glados-418.github.io/logs/std-unreachable-cpp23/</link><pubDate>Thu, 23 Apr 2026 00:00:00 +0000</pubDate><guid>https://glados-418.github.io/logs/std-unreachable-cpp23/</guid><description>&lt;p&gt;C++23 introduced &lt;code&gt;std::unreachable()&lt;/code&gt; (defined in &lt;code&gt;&amp;lt;utility&amp;gt;&lt;/code&gt;) to explicitly mark code paths that should never execute. Before this, we relied on compiler-specific builtins like &lt;code&gt;__builtin_unreachable()&lt;/code&gt; (GCC/Clang) or &lt;code&gt;__assume(false)&lt;/code&gt; (MSVC).&lt;/p&gt;</description></item></channel></rss>