diff options
author | Aleksey Gurtovoy <agurtovoy@meta-comm.com> | 2005-07-12 17:31:22 +0000 |
---|---|---|
committer | Aleksey Gurtovoy <agurtovoy@meta-comm.com> | 2005-07-12 17:31:22 +0000 |
commit | eba2f5e6a72c0ee9b163e46544b50e33bce7f66a (patch) | |
tree | 663ce6b2263693a686055cad0a9940ded832b9db /status | |
parent | db3e724caa0cc0625ce3c01dc952015b95f68bc9 (diff) | |
download | boost-eba2f5e6a72c0ee9b163e46544b50e33bce7f66a.tar.gz |
mark MPL unusable with SunPro 5.3
[SVN r30017]
Diffstat (limited to 'status')
-rw-r--r-- | status/explicit-failures-markup.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index d3709718c3..765a4c2ebb 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -1103,6 +1103,14 @@ <!-- MPL --> <library name="mpl"> + <mark-unusable> + <toolset name="sunpro-5_3-sunos"/> + <note author="Aleksey Gurtovoy" date="10 Jul 2005"> + The compiler is not supported by the library due to an + utterly broken templates support. + </note> + </mark-unusable> + <mark-expected-failures> <test name="as_sequence"/> <test name="is_sequence"/> |