[boost-doc-zh] r303 committed - 修正result_of翻译中的一个小错误

  • From: codesite-noreply@xxxxxxxxxx
  • To: boost-doc-zh-notify@xxxxxxxxxxxxx
  • Date: Tue, 01 Sep 2009 03:05:00 +0000

Revision: 303
Author: jinq0123@xxxxxxx
Date: Mon Aug 31 20:03:53 2009
Log: 修正result_of翻译中的一个小错误
http://code.google.com/p/boost-doc-zh/source/detail?r=303

Modified:
 /trunk/libs/utility/utility.htm

=======================================
--- /trunk/libs/utility/utility.htm     Wed Nov 12 06:29:04 2008
+++ /trunk/libs/utility/utility.htm     Mon Aug 31 20:03:53 2009
@@ -105,7 +105,7 @@
 <a name="BOOST_NO_RESULT_OF"></a>
 <p><code>result_of</code>
的实现需要类模板偏特化、正确分析函数类型的能力,以及支持 SFINAE. 如果你的编 译器不支持 <code>result_of</code>, -请包含头文件 <code>boost/utility/result_of.hpp</code>,它将定义宏 <code>BOOST_NO_RESULT_OF</code>. +包含头文件 <code>boost/utility/result_of.hpp</code> 将定义宏 <code>BOOST_NO_RESULT_OF</code>.
 这是由 Doug Gregor 贡献的。</p>
 <h2>支持 Base-from-Member 惯用法的类模板</h2>
 <p>请看 <a href="base_from_member.html">单独的文档</a>。</p>

Other related posts:

  • » [boost-doc-zh] r303 committed - 修正result_of翻译中的一个小错误 - codesite-noreply