2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 19:12:08 +00:00
Files
math/doc/compilers.qbk
John Maddock be4a5c91ed More doc tweeks.
[SVN r3479]
2006-11-28 18:32:55 +00:00

31 lines
1.3 KiB
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][The tests cases tend to generate a lot of
warnings relating to numeric underflow of the test data: these are
harmless. The headers all appear to be warning free.]]
[[g++ ][Linux and HP-UX][The test suite doesn't compile with -pedantic
(a problem with system headers included by Boost.Test not compiling
with that option), otherwise our headers should be warning free.]]
[[HP aCC][HP-UX][ Unfortunately this emits quite a few warnings from libraries
upon which we depend (TR1, Array etc).]]
[[Borland 5.8.2][Windows][Almost works (doesn't compile the test suite, but does cope with *our* code I believe)]]
[[MSVC 8.0][Windows][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).
]