On Mar 20, Neil Roeth ([EMAIL PROTECTED]) wrote: > On Mar 21, Ben Hutchings ([EMAIL PROTECTED]) wrote: > > tags 357770 +patch > > thanks > > > > This patch resolves the error Martin found and various other compilation > > errors. > > > > The problem with the select function, and its solution, are described at > > <http://womble.decadentplace.org.uk/c++/template-faq.html#specialise-ns>. > > > > There is another widespread problem with visibility of friend functions; > > g++ 4.1 follows the C++ standard and does not "inject" them into the > > surrounding namespace. > > > > There is a third problem (though this only provokes a warning) with the > > use of offsetof() with non-POD classes - specifically in template struct > > MSDataAlignment and in MSTextEditor::Snip. > > > > This patch fixes all the above, except MSTextEditor::Snip, which I could > > not see an obvious fix for. > > Thanks, I'll apply and forward upstream. Might take a few days, my time is > limited.
I'm sorry this is taking a while, but I am working on it when I have a chance. Thanks. -- Neil Roeth -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]