Travis, while testing your updated patch, I wonder if it would be possible to quickly and easily fix STDCXX-509 even for MSVC in a binary compatible way by using #pragma init_seg to initialize the constants before any user-defined objects? http://msdn2.microsoft.com/en-us/library/7977wcck(VS.71).aspx http://msdn2.microsoft.com/en-us/library/7977wcck(VS.80).aspx Martin Farid Zaripov wrote: >> -----Original Message----- >> From: Martin Sebor [mailto:sebor@roguewave.com] >> Sent: Thursday, October 18, 2007 5:43 PM >> To: stdcxx-dev@incubator.apache.org >> Subject: Re: [PATCH] __rw_dbl_infinity ABI change with MSVC >> >> Thanks! >> >> Farid, does this patch look okay to you? > > The patch looks good, but I can't apply it to the HEAD revision of the > 4.2.0 branch. > Seem that patch created with previous revision. > > Farid.