Update lib/inc/drogon/drogon_test.h

Co-authored-by: Ken Matsui <26405363+ken-matsui@users.noreply.github.com>
This commit is contained in:
An Tao 2023-05-09 17:54:22 +08:00 committed by GitHub
parent 356fab8d59
commit 901c679741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -144,9 +144,8 @@ inline std::string attemptPrint(T&& v)
// Specializations to reduce template construction
template <>
inline std::string attemptPrint(const std::nullptr_t& v)
inline std::string attemptPrint(const std::nullptr_t&)
{
(void)v;
return "nullptr";
}