From 9ba541c32b0d4a62eaea2e5dab7c3c59a2300ca7 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 27 Dec 2020 02:11:08 -0500 Subject: Update documentation --- config_int.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config_int.h') diff --git a/config_int.h b/config_int.h index 2c55ec7c..0d493661 100644 --- a/config_int.h +++ b/config_int.h @@ -48,11 +48,11 @@ NAMESPACE_BEGIN(CryptoPP) /// \brief 8-bit unsigned datatype /// \details The Crypto++ byte was originally in global namespace to avoid /// ambiguity with other byte typedefs. byte was moved to Crypto++ namespace -/// due to C++17, std::byte and potential compile problems. -/// \sa CRYPTOPP_NO_GLOBAL_BYTE Issue 442, +/// at Crypto++ 6.0 due to C++17, std::byte and potential compile problems. +/// \sa CRYPTOPP_NO_GLOBAL_BYTE, Issue 442, /// std::byte on the /// Crypto++ wiki -/// \since Crypto++ 1.0 +/// \since Crypto++ 1.0, CryptoPP namespace since Crypto++ 6.0 typedef unsigned char byte; /// \brief 16-bit unsigned datatype /// \since Crypto++ 1.0 -- cgit v1.2.1