<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:hatena="http://www.hatena.ne.jp/info/xmlns#"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
>

<channel rdf:about="https://b.hatena.ne.jp/entry/s/kttnr.net/blog/cpp-float-to-int-conversion-undefined-behavior/">
<title>&#x306F;&#x3066;&#x306A;&#x30D6;&#x30C3;&#x30AF;&#x30DE;&#x30FC;&#x30AF; - C++ float-to-int conversion can be undefined behavior</title>
<link>https://b.hatena.ne.jp/entry/s/kttnr.net/blog/cpp-float-to-int-conversion-undefined-behavior/</link>
<description>Converting a float to an int in C++ is undefined behavior when the truncated float does not fit into the destination integer. C++ makes it easy to do this accidentally. Much code gets this wrong. v...</description>
<items>
 <rdf:Seq>
  <rdf:li rdf:resource="https://b.hatena.ne.jp/tasukuchan/20260804#bookmark-4790901616525295074" />
  <rdf:li rdf:resource="https://b.hatena.ne.jp/xef/20260801#bookmark-4790901616525295074" />
  <rdf:li rdf:resource="https://b.hatena.ne.jp/tybalt/20260730#bookmark-4790901616525295074" />
 </rdf:Seq>
</items>
</channel>
<item rdf:about="https://b.hatena.ne.jp/tasukuchan/20260804#bookmark-4790901616525295074">
<title>tasukuchan</title>
<link>https://b.hatena.ne.jp/tasukuchan/20260804#bookmark-4790901616525295074</link>
<description></description>
<dc:date>2026-08-04T03:58:44Z</dc:date>
</item>
<item rdf:about="https://b.hatena.ne.jp/xef/20260801#bookmark-4790901616525295074">
<title>xef</title>
<link>https://b.hatena.ne.jp/xef/20260801#bookmark-4790901616525295074</link>
<description></description>
<dc:date>2026-08-01T00:58:48Z</dc:date>
<dc:subject>C++</dc:subject>
<taxo:topics>
  <rdf:Bag>
    <rdf:li resource="https://b.hatena.ne.jp/q/C%2B%2B" />
  </rdf:Bag>
</taxo:topics>
</item>
<item rdf:about="https://b.hatena.ne.jp/tybalt/20260730#bookmark-4790901616525295074">
<title>tybalt</title>
<link>https://b.hatena.ne.jp/tybalt/20260730#bookmark-4790901616525295074</link>
<description></description>
<dc:date>2026-07-30T14:24:24Z</dc:date>
<dc:subject>C++</dc:subject>
<taxo:topics>
  <rdf:Bag>
    <rdf:li resource="https://b.hatena.ne.jp/q/C%2B%2B" />
  </rdf:Bag>
</taxo:topics>
</item>
</rdf:RDF>