From 6d835e52f50ed7443384cb2ce56db77f6c7cc2f7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 3 Nov 2009 14:51:36 -0500 Subject: Changed two callout comments --- src/py_value.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/py_value.cc') diff --git a/src/py_value.cc b/src/py_value.cc index 34ee2d82..86311736 100644 --- a/src/py_value.cc +++ b/src/py_value.cc @@ -112,7 +112,7 @@ void export_value() .def(init()) .def(init()) .def(init()) - // jww (2009-11-02): Need to support conversion of sequences + // jww (2009-11-02): Need to support conversion eof value_t::sequence_t //.def(init()) .def(init()) @@ -314,7 +314,7 @@ void export_value() implicitly_convertible(); implicitly_convertible(); - // jww (2009-11-02): ask mask objects here + // jww (2009-11-02): Add implicit conversion of mask objects implicitly_convertible(); implicitly_convertible(); -- cgit v1.2.3