From: Dean M. B. <mik...@gm...> - 2008-08-12 06:51:13
|
Hi Guys, I've decided that the headers_range<message>::type should be a Boost.Range iterator_range. This greatly simplifies the implementation of the headers wrapper, and allows us to re-use the Boost.Range framework to play well with range-aware algorithms (coming out in Boost.RangeEx). I've also made changes to the unit tests so that they use the (more semantically correct) begin(range) and end(range) instead of range.first and range.second. This should be available in the http_integration branch, revision 59. Have a good day everyone. -- Dean Michael C. Berris Software Engineer, Friendster, Inc. |