mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
committed by
Mohammad Nejati
parent
7ce0ebe47c
commit
207737695a
@ -19,7 +19,6 @@ namespace beast {
|
|||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
||||||
template<class UInt>
|
template<class UInt>
|
||||||
static
|
|
||||||
std::size_t
|
std::size_t
|
||||||
clamp(UInt x)
|
clamp(UInt x)
|
||||||
{
|
{
|
||||||
@ -29,7 +28,6 @@ clamp(UInt x)
|
|||||||
}
|
}
|
||||||
|
|
||||||
template<class UInt>
|
template<class UInt>
|
||||||
static
|
|
||||||
std::size_t
|
std::size_t
|
||||||
clamp(UInt x, std::size_t limit)
|
clamp(UInt x, std::size_t limit)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user