<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>derwind</author_name>
  <author_url>https://blog.hatena.ne.jp/derwind/</author_url>
  <blog_title>らんだむな記憶</blog_title>
  <blog_url>https://randommemory.hatenablog.com/</blog_url>
  <categories>
    <anon>C/C++</anon>
  </categories>
  <description>ADLのトンデモ挙動と対策のお話 - Qiita std::string str1( &quot;abc&quot; ); std::string str2( &quot;abcd&quot; ); if( str1 == str2 ) { ... } // if ADL is disabled, no operator==() is found. if( std::operator==( str1, str2 ) { ... } // ok おっと・・・言われてみると == は何者なのかってのは確かに・・・。普通に C++03 の時からあったものなのか・・・たぶん・・・。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frandommemory.hatenablog.com%2Fentry%2F2021%2F06%2F27%2F231008&quot; title=&quot;Argument Dependent Lookup（実引数依存の名前検索） - らんだむな記憶&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>2021-06-27 23:10:08</published>
  <title>Argument Dependent Lookup（実引数依存の名前検索）</title>
  <type>rich</type>
  <url>https://randommemory.hatenablog.com/entry/2021/06/27/231008</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
