
Thorsten Ottosen wrote:
Mat Marcus skrev:
In 1.34.1 we rely on boost::range::begin/end for const char* . That is we can invoke something like:
const char* range= "foo"; std::copy(boost::begin(range), boost::end(range), result);
In 1.35.0, under MSVC 9.0, code similar to the above. Are there known issues with range::end(const char*) in 1.35.0 (e.g. no longer supported), or do I need to explore further?
There are a number of changes to boost.range. I guess they should be written in the "updated libraries" section of the announcement. Is it still possible to update that section, Beman?
Yes. That's one of the advantages of separating the web site content from the distribution content. Rene can correct me if I'm wrong, but I think procedure is to make the change in the tree rooted at https://svn.boost.org/svn/boost/website/public_html/beta, then verify it worked OK by looking at beta.boost.org. If that looks good, merge the change to the https://svn.boost.org/svn/boost/website/public_html/live tree. --Beman