diff --git a/src/beast/beast/http/chunk_encode.h b/src/beast/beast/http/chunk_encode.h index 0f74cf9001..2168bce7ca 100644 --- a/src/beast/beast/http/chunk_encode.h +++ b/src/beast/beast/http/chunk_encode.h @@ -72,6 +72,7 @@ public: private: // Unchecked conversion of unsigned to hex string template + static std::enable_if_t::value, OutIter> to_hex(OutIter const first, OutIter const last, Unsigned n); };