From python-cpp-sig Tue Dec 13 10:03:42 2011 From: Hans Meine Date: Tue, 13 Dec 2011 10:03:42 +0000 To: python-cpp-sig Subject: [C++-sig] boost/slice.hpp: error in compatibility function Message-Id: X-MARC-Message: https://marc.info/?l=python-cpp-sig&m=132377075503113 Hi, I am not sure whether this is already fixed in trunk, but I have just noticed that the compatibility function get_indicies() in line 251 of slice.hpp does not properly pass on the results of calling the renamed function (i.e. it misses the 'return'). In effect, you get a compiler warning that tells you about the renamed function, but it should be fixed nevertheless... ;-) Best, Hans _______________________________________________ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig