mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
fix char literal implementation
This commit is contained in:
parent
773855410b
commit
897d1e25b6
18 changed files with 325 additions and 95 deletions
|
@ -24,7 +24,7 @@ namespace sprout {
|
|||
inline SPROUT_CXX14_CONSTEXPR OutputIterator
|
||||
clamp_range(
|
||||
InputIterator first, InputIterator last, OutputIterator result,
|
||||
typename std::iterator_traits<InputIterator>::value_type const& low,
|
||||
typename std::iterator_traits<InputIterator>::value_type const& low,
|
||||
typename std::iterator_traits<InputIterator>::value_type const& high,
|
||||
Compare comp
|
||||
)
|
||||
|
@ -41,7 +41,7 @@ namespace sprout {
|
|||
inline SPROUT_CXX14_CONSTEXPR OutputIterator
|
||||
clamp_range(
|
||||
InputIterator first, InputIterator last, OutputIterator result,
|
||||
typename std::iterator_traits<InputIterator>::value_type const& low,
|
||||
typename std::iterator_traits<InputIterator>::value_type const& low,
|
||||
typename std::iterator_traits<InputIterator>::value_type const& high
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue