Not sure what is causing the following warning which, as I read, can be safely ignored 32 bit:
conversion from 'std::streamsize' to 'size_t', possible loss of data
I am performing routine Boost serialization and the program is working great. The only problem is the compiler has a problem around the following code:
while compiling class template member function 'void boost::archive::basic_binary_iprimitive<Archive,Elem,Tr>::load_binary(void *,size_t)'
Any idea what is up with this?