From 51115f0a91b81453fc0f7b055df5a4ea13ee70a7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 27 May 2010 21:23:50 -0600 Subject: Updated to Boost 1.43 --- src/py_xact.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/py_xact.cc') diff --git a/src/py_xact.cc b/src/py_xact.cc index c4e1fd32..6553a67f 100644 --- a/src/py_xact.cc +++ b/src/py_xact.cc @@ -98,9 +98,9 @@ void export_xact() .def("finalize", &xact_base_t::finalize) - .def("__iter__", range > + .def("__iter__", python::range > (&xact_t::posts_begin, &xact_t::posts_end)) - .def("posts", range > + .def("posts", python::range > (&xact_t::posts_begin, &xact_t::posts_end)) .def("valid", &xact_base_t::valid) -- cgit v1.2.3