I have another minor comment:

There are certain unclean code segements, like the following loading of a string:

// note breaking a rule here - is could be a problem on some platform
read_binary(const_cast<char *>(s.data()), size);


I expect that these to will cleaned up before a final submission to boost

Matthias

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to