mirror of https://github.com/PrimeDecomp/prime.git
rstl/algorithm: Remove dangling template<>
Former-commit-id: 797070bb0a
This commit is contained in:
parent
6ceca123e4
commit
78c2744399
|
@ -4,8 +4,6 @@
|
|||
#include "rstl/pointer_iterator.hpp"
|
||||
|
||||
namespace rstl {
|
||||
template < typename T >
|
||||
|
||||
template < class Iter, class T >
|
||||
inline Iter find(Iter first, Iter last, const T& val) {
|
||||
while (first != last && !(*first == val))
|
||||
|
|
Loading…
Reference in New Issue