diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index 067a3cd9e1..2f1e24d4d6 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -888,16 +888,20 @@ - + - Tests fail to link on this compiler because of a bug in its STL - implementation (undefined references to `operator delete`, see - https://tracker.crystax.net/issues/1403). + On this compiler, Boost.Function gives a run-time error when + calling non-nullary lambdas as used by the tests of this library + to program contract failure handlers. + It might still be possible to use this library on this compiler + using default contract failure handlers or programming custom + contract failure handlers but without using non-nullary lambdas + (however, the authors did not confirm that). - - + + Even tests that do not use C++11 lambda functions fail on this compiler because it incorrectly attempts an extra copy when