
As well as none of the Boost.Thread tests currently building on Darwin, I'm seeing runtime errors from the regex tests of the kind: terminate called after throwing an instance of 'boost::system_error' Any ideas? Or better still planned fixes :-) Thanks, John.

John Maddock <john <at> johnmaddock.co.uk> writes:
As well as none of the Boost.Thread tests currently building on Darwin, I'm seeing runtime errors from the regex tests of the kind:
terminate called after throwing an instance of 'boost::system_error'
Any ideas? Or better still planned fixes
The Darwin failures are because I bungled a check-in when changing cancellation to interruption. I fixed it yesterday, and the later results from Sandia-darwin-intel show everything passing again. I don't know where the system_error problems are coming from. Anthony
participants (2)
-
Anthony Williams
-
John Maddock