Boost logo

Boost :

From: Csaba Szepesvari (cszepes_at_[hidden])
Date: 2003-05-19 10:58:21


replace line 54 with
#elif defined(__i386__) || defined(__alpha__) || defined(__ia64) ||
defined(__ia64__) || defined(_M_IX86)

added "|| defined(_M_IX86)"
to make this file compile on intel with msvc.
maybe would be better to add a section on hardware to config.hpp.


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