
23 Nov
2009
23 Nov
'09
3:52 p.m.
John Maddock <john <at> johnmaddock.co.uk> writes:
Folks,
Boost.Test is currently completely broken in Trunk for msvc:
This is fixed. Forgot to check in last bit.
Strangely, I can't see how any of the recent fixes could have caused this either?
Apparently MSVC does not like declspec after the std::ostream*, while it works fine with other types. Gennadiy