Skip to content

Commit

Permalink
Remove static specifier from clamp functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtum committed Oct 17, 2024
1 parent 7ce0ebe commit 2077376
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/boost/beast/core/detail/clamp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace beast {
namespace detail {

template<class UInt>
static
std::size_t
clamp(UInt x)
{
Expand All @@ -29,7 +28,6 @@ clamp(UInt x)
}

template<class UInt>
static
std::size_t
clamp(UInt x, std::size_t limit)
{
Expand Down

0 comments on commit 2077376

Please sign in to comment.