Boost logo

Boost :

Subject: [boost] [1.44][Serialization] fails to compile on OSX universal
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2010-08-20 12:05:43


Building boost 1.44 on Mac OSX generating universal binaries fails to
compile serialization lib, due to static asserts in
basic_binary_?archive.hpp's at:

     BOOST_STATIC_ASSERT(sizeof(tracking_type) == sizeof(char));

It appears that this fails for the ppc architecture.

Robert, Any ideas on fixing this?

Thanks, Jeff


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