Looking for someone with MSVC 8 or MSVC 9

One of the string_ref tests is failing on these two compilers - neither of which I have access to. I would appreciate some help debugging this failure [ FWIW, the same tests pass on MSVC 10 and 11 ] Thanks in advance! -- Marshall Marshall Clow Idio Software <mailto:mclow.lists@gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki

On 04/12/2012 20:03, Marshall Clow wrote:
One of the string_ref tests is failing on these two compilers - neither of which I have access to.
You can download and install them. They're free. MSVC9: <http://www.microsoft.com/en-GB/download/details.aspx?id=20682>

On 12/4/2012 11:03 AM, Marshall Clow wrote:
One of the string_ref tests is failing on these two compilers - neither of which I have access to.
I would appreciate some help debugging this failure
[ FWIW, the same tests pass on MSVC 10 and 11 ]
Thanks in advance!
I'm looking at this. -- Eric Niebler BoostPro Computing http://www.boostpro.com

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/4/2012 12:05 PM, Eric Niebler wrote:
On 12/4/2012 11:03 AM, Marshall Clow wrote:
One of the string_ref tests is failing on these two compilers - neither of which I have access to.
I would appreciate some help debugging this failure
[ FWIW, the same tests pass on MSVC 10 and 11 ]
Thanks in advance!
I'm looking at this.
Patch attached. Looks like msvc 8 and 9 can't handle a throw expression in a conditional expression. - -- Eric Niebler BoostPro Computing http://www.boostpro.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQEcBAEBAgAGBQJQvlpAAAoJEAeJsEDfjLbXOGMH/jqK/cSWU1j5YU4Fuvo9O0LP L5Q4JdFTc1xAd0PCvSxKN10fb/e2U7ROb01q4myCt5L6Fi5Q2w23E/yVDDH7ty25 rnnVJKs6D01i4N50t52qBZjwJL2a9CEfXwThoT4YErOa+ZiqcsLusz0g+Pt8pjPb tQ8Dm6VYxSfzA07OaDAqYj3KjtEHLkC/FD/WX9Ej2DCh7tG0wuQYKO2dSnd9r/+9 F2KazEzcmjYJ5zUuvFkXTs3ngPV1cMEZTFjJwe1dPjowNcfuQ5Bocz23pTZxE3Yw Tf88XBkhU3uTOrSREEfVUhUpA0w52DtBU8cMFV9LrjnNyb69evYYbhQ2KLXDiUI= =9ju2 -----END PGP SIGNATURE-----

On Dec 4, 2012, at 12:17 PM, Eric Niebler <eric@boostpro.com> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 12/4/2012 12:05 PM, Eric Niebler wrote:
On 12/4/2012 11:03 AM, Marshall Clow wrote:
One of the string_ref tests is failing on these two compilers - neither of which I have access to.
I would appreciate some help debugging this failure
[ FWIW, the same tests pass on MSVC 10 and 11 ]
Thanks in advance!
I'm looking at this.
Patch attached. Looks like msvc 8 and 9 can't handle a throw expression in a conditional expression.
Thanks, Eric! The reason that's all done up in ?: is that due to the current limitations on constexpr functions. However, MSVC 8 and 9 don't support constexpr, so that point is moot. -- Marshall Marshall Clow Idio Software <mailto:mclow.lists@gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
participants (3)
-
Eric Niebler
-
Marshall Clow
-
Mathias Gaunard