<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>osyo-manga</author_name>
  <author_url>https://blog.hatena.ne.jp/osyo-manga/</author_url>
  <blog_title>C++でゲームプログラミング</blog_title>
  <blog_url>https://osyo-manga.hatenadiary.org/</blog_url>
  <categories>
    <anon>C++</anon>
    <anon>clang</anon>
  </categories>
  <description>clang のエラーメッセージで面白いものがあったので、載せておきます。 [ソース] template&lt;tyepname T&gt; // typo struct hoge{}; int main(){ doubelw d = 0.0; // typo return 0; } これは double と typename を typo してしまってコンパイルエラーになる例なんですが clang だとこんなエラーメッセージを出力します。 [clang] main.cpp|1 col 10| error: unknown type name 'tyepname'; did you mean 'typena…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20110826%2F1314332938&quot; title=&quot;clang のちょっと賢いエラーメッセージ - C++でゲームプログラミング&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-08-26 13:28:58</published>
  <title>clang のちょっと賢いエラーメッセージ</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20110826/1314332938</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
