In basic_binary_oarchive.hpp  there exists a comment which is obviously the result of an uncorrected cut-and-paste (it looks like the comment just needs to be deleted)

/////////////////////////////////////////////////////////////////////////
// class basic_text_iarchive - read serialized objects from a input text stream
template<class Archive>
class basic_binary_oarchive :
    public detail::common_oarchive<Archive>