mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Correct parameter type in documentation
This commit is contained in:
parent
f774295cdb
commit
d03e58b77e
@ -56,7 +56,7 @@ constexpr bool pointer_in_range(const T* ptr, const T* begin, const T* end);
|
||||
|
||||
[variablelist
|
||||
[[`template<class T> constexpr bool pointer_in_range(const T* ptr,
|
||||
const T* begin, T* end);`]
|
||||
const T* begin, const T* end);`]
|
||||
[[variablelist
|
||||
[[Requires][`[begin,end)` is a valid range.]]
|
||||
[[Returns][`true` if `ptr` is in range `[begin,end)`, otherwise `false`.]]]]]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user