Boost logo

Boost :

From: Marcin Kalicinski (kalita_at_[hidden])
Date: 2005-09-09 11:52:52


boost/config/compiler/visualc.hpp has out of date comment at the end:

// last known and checked version is 1310:
#if (_MSC_VER > 1400)

should probably be:

// last known and checked version is 1400:
#if (_MSC_VER > 1400)

cheers,
Marcin


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk