Subject: Re: [Boost-users] [multi_array][serialization]
From: er (erwann.rogard_at_[hidden])
Date: 2009-11-15 14:52:22


Perhaps it's that PFTO thing

http://www.boost.org/doc/libs/1_32_0/libs/serialization/doc/implementation.html#gcc

that's causing the pb because serializing a STL vector causes the same
compile error as previously described.

gcc version 4.2.1 (Apple Inc. build 5646) / Snow Leopard.

More head scratching...