xml_object_range now supports Boost.ForEach
git-svn-id: http://pugixml.googlecode.com/svn/trunk@890 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
a10bb9d766
commit
951ff9d1a6
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue