2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-01 20:42:19 +00:00
Files
math/doc/compilers.qbk
Paul A. Bristow a98360a964 Added link to (corrected) compilers
[SVN r3467]
2006-11-27 10:19:12 +00:00

26 lines
979 B
Plaintext

[section:compilers Compilers]
This section contains some information about how various compilers work with this library.
It is not comprehensive and updated experiences are always welcome.
Some effort has been made to suppress unhelpful warnings but it is difficult to achieve this on all systems.
The code has been compiled and tested with:
[table Compiler Notes
[[Compiler][Platform][Notes]]
[[Intel 9.1, 8.1][Win32 and Linux][]]
[[g++ Linux][HP-UX][problem with boost:array?]]
[[HP aCC][HP-UX][ warning from lambda library, numeric underflow in the test data]]
[[Borland 5.8.2][][almost works (doesn't compile the test suite, but does cope with *our* code I believe)]]
[[MSVC 8.0][Windows32][warning free at level 4]]
]
[endsect][/section:compilers Compilers]
[/
Copyright 2006 John Maddock and Paul A. Bristow.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt).
]