Update lib/inc/drogon/drogon_test.h
Co-authored-by: Ken Matsui <26405363+ken-matsui@users.noreply.github.com>
This commit is contained in:
parent
356fab8d59
commit
901c679741
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue