mirror of
https://github.com/boostorg/python.git
synced 2026-01-30 20:12:37 +00:00
input iterator support
[SVN r13960]
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
#include <iterator>
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
using namespace boost::python;
|
||||
|
||||
typedef std::list<int> list_int;
|
||||
typedef std::list<list_int> list_list;
|
||||
|
||||
|
||||
void push_back(list_int& x, int y)
|
||||
{
|
||||
x.push_back(y);
|
||||
|
||||
Reference in New Issue
Block a user