<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>minekoa</author_name>
  <author_url>https://blog.hatena.ne.jp/minekoa/</author_url>
  <blog_title>みねこあ</blog_title>
  <blog_url>https://minekoa.hatenadiary.org/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>お仕事中、こんなビルド警告に遭遇しました。 class Foo { double d; int i; public: Foo( int i, double d ) :i(i), d(d){} }; int main( void ) { Foo foo( 1, 3.14 ); return 0; } このコード (test.cpp) を -Wall オプション付きでビルドするとこんな感じで怒られます。 C:\tmp\cpp&gt;g++ test.cpp -Wall test.cpp: In constructor `Foo::Foo(int, double)': test.cpp:4: warnin…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fminekoa.hatenadiary.org%2Fentry%2F20070119%2F1169168844&quot; title=&quot; メンバ変数の宣言順とコンストラクタ初期化子の順番が違うと怒られる - みねこあ&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>2007-01-19 10:07:24</published>
  <title> メンバ変数の宣言順とコンストラクタ初期化子の順番が違うと怒られる</title>
  <type>rich</type>
  <url>https://minekoa.hatenadiary.org/entry/20070119/1169168844</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
