diff options
Diffstat (limited to 'include/ocl/tproc')
| -rw-r--r-- | include/ocl/tproc/rope.inl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ocl/tproc/rope.inl b/include/ocl/tproc/rope.inl index 2545e3e..5ae96f1 100644 --- a/include/ocl/tproc/rope.inl +++ b/include/ocl/tproc/rope.inl @@ -59,7 +59,7 @@ namespace ocl::tproc::rope } template <typename It, class Pred> - typename It::size_type erase_if(It begin, It end, Pred) + typename Pred::size_type erase_if(It begin, It end, Pred) { typename Pred::size_type count{}; @@ -81,4 +81,4 @@ namespace ocl::tproc::rope } // namespace ocl::tproc::rope -#endif
\ No newline at end of file +#endif |
