Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/multi_array/doc/notes.html @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 2.2 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2  "http://www.w3.org/TR/html4/loose.dtd">
3<html>
4<!--
5  == Copyright 2002 The Trustees of Indiana University.
6
7  == Use, modification and distribution is subject to the Boost Software
8  == License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
9  == http://www.boost.org/LICENSE_1_0.txt)
10
11  ==  Boost.MultiArray Library
12  ==  Authors: Ronald Garcia
13  ==           Jeremy Siek
14  ==           Andrew Lumsdaine
15  ==  See http://www.boost.org/libs/multi_array for documentation.
16  -->
17<head>
18  <title>Boost.MultiArray: Extra Notes</title>
19</head>
20
21<body>
22
23<h1>
24   <img src="../../../boost.png" alt="boost logo"
25    width="277" align="middle" height="86">
26   <br>Boost.MultiArray: Extra Notes
27   <br>
28</h1>
29
30
31<a name="sec_compilers"></a>
32<h2>Compiler Support</h2>
33
34Boost.MultiArray was designed with compiler support in mind.
35    Interface compromises were kept to a minimum, but efforts were
36    made to account for C++ Standard compliance issues in compilers
37    that were popular at the time the library was written.  That said,
38    Boost.MultiArray has been tested with the following compilers:
39<ol>
40<li> Gnu C++ Compiler v2.95.2 (compile with <tt>-ftemplate-depth-50</tt>)
41<li> Gnu C++ Compiler v3.0.2
42<li> Kuck and Associates C++ Compiler v4.0f
43<li> Microsoft Visual C++ v6.0 sp5
44<li> Comeau C++ Compiler v4.2.45 beta 2 (libcomo beta 14)
45<li> Intel C++ Compiler v5.0 (with MS lib v6.0 sp5)
46<li> Metrowerks CodeWarrior C++ Compiler v7.1
47</ol>
48
49Boost.MultiArray is known to NOT work with Borland C++ v5.5.1.
50Support for this compiler is forthcoming.
51
52
53<h2>Future Work</h2>
54
55The following is a list of work that is intended for the near future
56 -- following the initial addition of the library to the Boost
57    distribution:
58<ol>
59<li> Pursue and document performance issues related to compilers and
60        implementation.
61<li> More comprehensive examples of using the library components.
62<li> Extensive rewrite of the user documentation to make it more accessible.
63</ol>
64
65<hr>
66
67<address>
68<a href="mailto:garcia@.cs.indiana.edu">Ronald Garcia</a>
69</address>
70<!-- Created: Fri Jun 29 10:53:07 EST 2001 -->
71<!-- hhmts start -->
72Last modified: Wed Jan  8 18:09:46 EST 2003
73<!-- hhmts end -->
74
75</body>
76</html>
Note: See TracBrowser for help on using the repository browser.