<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yohhoy</author_name>
  <author_url>https://blog.hatena.ne.jp/yohhoy/</author_url>
  <blog_title>yohhoyの日記</blog_title>
  <blog_url>https://yohhoy.hatenadiary.jp/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>プログラミング言語C++における評価順規定の変遷についてメモ。本記事では関数呼び出しにおける実引数リストを扱う。超要約：C++17では、プログラマが期待する振る舞いに近づく(※)よう言語仕様が調整された。［※おそらく期待するほどではない］。こまけぇこたぁいいんだよ！ void f(int, int); // [A] C++14以前: undefined behavior, C++17以降: unspecified behavior int i; f(i=1, i=2); // C++17以降: f(1,2)に評価される, 実行後iは1もしくは2 // [B] C++14以前: undefine…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyohhoy.hatenadiary.jp%2Fentry%2F20180202%2Fp1&quot; title=&quot;関数引数リスト評価順規定の厳格化 - yohhoyの日記&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>2018-02-02 00:00:00</published>
  <title>関数引数リスト評価順規定の厳格化</title>
  <type>rich</type>
  <url>https://yohhoy.hatenadiary.jp/entry/20180202/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
