summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/tproc/rope.inl
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/tproc/rope.inl')
-rw-r--r--include/ocl/tproc/rope.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ocl/tproc/rope.inl b/include/ocl/tproc/rope.inl
index b30b237..2c421d2 100644
--- a/include/ocl/tproc/rope.inl
+++ b/include/ocl/tproc/rope.inl
@@ -40,7 +40,7 @@ namespace ocl::tproc::rope
template <typename It, class Pred>
typename Pred::size_type erase(It begin, It end, Pred pred)
{
- It original_begin = begin;
+ It original_begin = begin;
typename Pred::size_type count{};
for (auto it = begin; it != end;)
@@ -62,7 +62,7 @@ namespace ocl::tproc::rope
template <typename It, class Pred>
typename It::size_type erase_if(It begin, It end, Pred)
{
- It original_begin = begin;
+ It original_begin = begin;
typename Pred::size_type count{};
for (auto it = begin; it != end;)