
On Jun 14, 2005, at 2:18 PM, Caleb Epstein wrote:
Does anyone object to me adding a new header <boost/endian.hpp> for this purpose? Or perhaps <boost/detail/endian.hpp> as it would be undocumented. This is all that is required to make the gcc-3_4_3-sunos target 100% pass on all tests. It will also fix any other big-endian platform where the Boost.Serialization test_demo_portable_archive{,_dll} is failing (Darwin I think).
I don't know if this qualifies as a "new feature" or not, but I think it would be nice to have, particularly if any networking code gets introduced any time soon.
Smells like a bug fix to me, and it would be great to get the Serialization lib running cleanly on Darwin. Please go ahead, but put it in boost/detail/endian.hpp because it may move. Doug