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.

-- 
Neil Roeth


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to