16 Jun
2013
16 Jun
'13
7:35 p.m.
Le 16/06/13 19:57, Andrey Semashev a écrit :
On Sat, Jun 15, 2013 at 3:17 PM, Vicente J. Botet Escriba < vicente.botet@wanadoo.fr> wrote:
Please, could you try by changing
#if defined(BOOST_MSVC)
by
#if defined(BOOST_MSVC) && _MSC_VER >= 1600
Yes, that seem to fix the problem in my local runs. Will you commit it?
Committed revision 84807. I'll merge it once I see the errors disappear on trunk. Vicente