Skip to content
Snippets Groups Projects
Commit 951ff9d1 authored by arseny.kapoulkine@gmail.com's avatar arseny.kapoulkine@gmail.com
Browse files

xml_object_range now supports Boost.ForEach

git-svn-id: http://pugixml.googlecode.com/svn/trunk@890 99668b35-9821-0410-8761-19e4c4f06640
parent a10bb9d7
No related branches found
No related tags found
No related merge requests found
......@@ -216,6 +216,8 @@ namespace pugi
template <typename It> class xml_object_range
{
public:
typedef It const_iterator;
xml_object_range(It b, It e): _begin(b), _end(e)
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment