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

Added comments about updates to quaternion and octonion libraries for GCC
2.95.x.


[SVN r12641]

Douglas Gregor 24 лет назад
Родитель
Сommit
e8b959dd28
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      index.htm

+ 3 - 1
index.htm

@@ -89,7 +89,9 @@ and added new compile-time
 <a href="libs/integer/doc/integer_mask.html">bit mask</a>,
 <a href="libs/integer/doc/static_log2.html">binary logarithm</a>, and
 <a href="libs/integer/doc/static_min_max.html">extrema</a> templates.
-  <li><a href="libs/function/index.html">Function Library</a>: user may request that <code>boost::function</code> objects store a reference to a function object target instead of a copy, using <a href="libs/bind/ref.html"><code>ref</code></a>. Stateless objects are optimized so that they require no dynamic storage.
+  <li><a href="libs/function/index.html">Function Library</a>: user may request that <code>boost::function</code> objects store a reference to a function object target instead of a copy, using <a href="libs/bind/ref.html"><code>ref</code></a>. Stateless objects are optimized so that they require no dynamic storage.</li>
+  <li><a href="libs/math/quaternion/index.html">Quaternions</a>: added support for GCC 2.95.x.</a></li>
+  <li><a href="libs/math/octonion/index.html">Octonions</a>: added support for GCC 2.95.x.</a></li>
 
 </ul>
 <p>November 30, 2001 - Version 1.26.0</p>

粤ICP备19079148号