<?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>boost</anon>
  </categories>
  <description>と、いうのを Twitter で見かけたので試してみましたが、コンパイルエラーになりました。 どうやら から #include が削除されているのが原因みたい。 [ソース] #include &lt;boost/range/algorithm/for_each.hpp&gt; #include &lt;iostream&gt; int main(){ int v[] = {1, 2, 3, 4, 5}; boost::for_each(v, [](int n){ std::cout &lt;&lt; n &lt;&lt; std::endl; }); return 0; } [エラー] main.cpp D:\boost\boost_1_5…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20120702%2F1341155628&quot; title=&quot;msvc2010 で boost::for_each を使用するとコンパイルエラーになる - 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>2012-07-02 00:13:48</published>
  <title>msvc2010 で boost::for_each を使用するとコンパイルエラーになる</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20120702/1341155628</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
