Removed redundant template

git-svn-id: http://pugixml.googlecode.com/svn/trunk@457 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine 2010-05-26 05:17:13 +00:00
parent 367e7c706b
commit 7e94e0c5ef
2 changed files with 2 additions and 2 deletions

View File

@ -2160,7 +2160,7 @@ namespace pugi
void push_back(const xpath_node& n); void push_back(const xpath_node& n);
template <typename Iterator> void append(Iterator begin, Iterator end); void append(const_iterator begin, const_iterator end);
void truncate(iterator it); void truncate(iterator it);

View File

@ -764,7 +764,7 @@ namespace pugi
} }
} }
template <typename Iterator> void xpath_node_set::append(Iterator begin, Iterator end) void xpath_node_set::append(const_iterator begin, const_iterator end)
{ {
if (begin == end) return; if (begin == end) return;