
Paul A. Bristow wrote:
Is there anything else I should do to alert the test runners that very many tests will now fail on their platforms until this is corrected?
This is, I'm afraid, out of the test runners hands. The issue is that clang (the same binary) works fine on these platforms if we disable c++11, not sure why enabling c++11 triggers missing cstddef header problems. We may need to followup with the clang developers to see if this behavior is known / expected or considered a bug.
Well - I fear it will prevent any useful Boost.Test results on this configuration until it is resolved. If really, really necessary, I could revert this change for a short time until that is done.
I will help Noel. If you want, I can run a test runner with clang in a C++11 mode tonight (it's morning now). Regards, Michel