Boost logo

Boost :

From: Darin Adler (darin_at_[hidden])
Date: 2001-11-05 16:57:07


on 11/5/01 1:32 PM, Beman Dawes at bdawes_at_[hidden] wrote:

> libs/config/test/config_test.cpp Metrowerks

This is actually a test getting stricter, rather than a "true" regression.
It can be fixed by adding "-enums min" to the Metrowerks command line in
compiler.cfg. Metrowerks command line tools default to a non-standard
handling of enums where they all get type int, and thus they can't hold long
long values, so a long long test fails. Strangely, the IDE defaults to the
standard-compliant mode. Also, the issue is only in the test, not in config
itself.

I fixed this for the Mac OS Metrowerks command lines in compiler.cfg, but
neglected to deal with the Win32 Metrowerks command line.

    -- Darin


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