Merge master b42854dfe134 into doc

This commit is contained in:
Mark Mentovai 2017-06-20 11:54:06 -04:00
commit 55330f24a9

View File

@ -28,7 +28,7 @@ bool ReinterpretBytesImpl(const char* from,
} // namespace internal
//! \brief Copies the bytes of \a from to \to.
//! \brief Copies the bytes of \a from to \a to.
//!
//! This function is similar to `bit_cast`, except that it can operate on
//! differently sized types.