<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>negaton</author_name>
  <author_url>https://blog.hatena.ne.jp/negaton/</author_url>
  <blog_title>ねがとんのねごと</blog_title>
  <blog_url>https://negaton.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>#include &lt;iostream&gt; #include &lt;string&gt; class Test { public: Test(std::string str) : mStr(str) { std::cout &lt;&lt; mStr &lt;&lt; &quot; create.&quot; &lt;&lt; std::endl; } ~Test() { std::cout &lt;&lt; mStr &lt;&lt; &quot; delete.&quot; &lt;&lt; std::endl; } private: std::string mStr; }; Test test1(&quot;test1&quot;); int main(void) { Test test2(&quot;test2&quot;); exit(0); r…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnegaton.hatenadiary.org%2Fentry%2F20110905%2F1315154490&quot; title=&quot; exitするとローカル変数のデストラクタが呼ばれない話 - ねがとんのねごと&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-09-05 01:41:30</published>
  <title> exitするとローカル変数のデストラクタが呼ばれない話</title>
  <type>rich</type>
  <url>https://negaton.hatenadiary.org/entry/20110905/1315154490</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
