
19 Oct
2006
19 Oct
'06
10:02 a.m.
Looking through the serialization regressions, there are a few spurious ones, then these errors http://tinyurl.com/y3qpqf seem to be caused by Boost.Test, I have two questions: 1) How do I run the serialization tests with bbv2 and an earlier version of Spirit? There's code in the bbv1 Jamfile, but not the v2 version? 2) Is there a particular reason why the problem template (equal_impl_frwd in test_tools.hpp) is marked as exported, when it contains only inline functions? I realise it shouldn't make any difference either which way, and if it's used by classes that do need to be exported then it suppresses a whole lot of warnings so I guess that's the reason ? :-) Thanks, John.