diff options
author | Michael Stevens <mail@michael-stevens.de> | 2005-01-08 15:58:38 +0000 |
---|---|---|
committer | Michael Stevens <mail@michael-stevens.de> | 2005-01-08 15:58:38 +0000 |
commit | f0ec628c3f5c4321ea7bbb62b946ae57b48d3263 (patch) | |
tree | b06cc9e57ff6f5e5e6fe7a6d9be93795c20c586a /status | |
parent | 2cb0d7d4dbd49159df8f426ad5fdea18ccf2fe1b (diff) | |
download | boost-f0ec628c3f5c4321ea7bbb62b946ae57b48d3263.tar.gz |
uBLAS unusable compilers and note re 1.33 release
[SVN r26646]
Diffstat (limited to 'status')
-rw-r--r-- | status/explicit-failures-markup.xml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index 12bcf0ef65..96c08cfe24 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -1240,7 +1240,15 @@ for more information. <mark-unusable> <toolset name="borland"/> <toolset name="borland-5_6_4"/> - <note author="M.Stevens" refid="2"/> + <note author="M.Stevens" refid="17"/> + </mark-unusable> + <mark-unusable> + <toolset name="cw-8.3"/> + <toolset name="msvc"/> + <toolset name="msvc-stlport"/> + <toolset name="vc7"/> + <toolset name="iw-7_1-vc6"/> + <note author="M.Stevens" refid="30"/> </mark-unusable> <test name="test1"> <mark-failure> @@ -1250,7 +1258,7 @@ for more information. </test> <test name="test2"> <mark-failure> - <toolset name="tru64cxx65- 041"/> + <toolset name="tru64cxx65-041"/> <note author="M.Stevens" refid="6"/> </mark-failure> </test> @@ -2027,4 +2035,10 @@ for more information. investigating/addressing it for future releases. </note> + <note id="30"> + The support for this deficient compiler will be dropped staring + from Boost 1.33.0 release. Please use one of the previous Boost + releases if you need the library to work on this compiler. + </note> + </explicit-failures-markup> |