$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [bind] class template 'value' can corrupt compilability of sound code: Ticket #5141
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2011-01-30 03:03:29
I was struck by the same behavior on MSVC with nt2. We had to put () or
inverse the test ( seems 0 >= value is parsed correctly).
I think it's a known limitation of MSVC as I enciutner it quite a lot.