
14 Aug
2008
14 Aug
'08
8:52 p.m.
On Aug 12, 2008, at 3:29 PM, Noah Roberts wrote: [SNIP]
Sorry, I found what this was.
I had made a serialization function for boost::array that was templated. It was something like so:
template< typename T, int I > void f(boost::array<T,I> ...)
The actual template sig for array is <typename, std::size_t>. MSVC can deal, mingw doesn't resolve them as the same and so doesn't find serialize.
[TRUNCATE]
Are you using the Boost.S11N library, or just some generic s11n function? If the former, #include the serialization code at "boost/ serialization/array.hpp". -- Daryle Walker Mac, Internet, and Video Game Junkie darylew AT hotmail DOT com