Просмотр исходного кода

bug fix: & -> &

[SVN r32391]
Ralf W. Grosse-Kunstleve 20 лет назад
Родитель
Сommit
8291e27aef
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      index.htm

+ 1 - 1
index.htm

@@ -147,7 +147,7 @@
                           performance when copying or construction
                           Boost.Function objects storing small
                           function objects. For
-                          instance, <code>bind(&X:foo, &x, _1,
+                          instance, <code>bind(&amp;X:foo, &amp;x, _1,
                           _2)</code> requires no heap allocation when
                           placed into a Boost.Function object.</li>
                             

粤ICP备19079148号