
Daniel James wrote:
Hello library developers,
If you've made any changes to your library, and haven't added them to the release notes, you should do so now. You can either add them to the file at:
https://svn.boost.org/svn/boost/website/public_html/beta/feed/history/boost_...
I can't modify the file, Tortoise SVN returns: Commit failed (details follow): Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY request for '/svn/boost/!svn/act/28c90143-9876-ce48-9a3d-c62701f0ceb2' These are the changes for Interprocess and Intrusive: * [phrase library..[@/libs/interprocess/index.html Interprocess]:] * Updated documentation to show rvalue-references funcions instead of emulation functions. * More non-copyable classes are now movable. * Move-constructor and assignments now leave moved object in default-constructed state instead of just swapping contents. * Several bugfixes (#2391, #2431, #1390, #2570, #2528). * [phrase library..[@/libs/intrusive/index.html Intrusive]:] * New treap-based containers: treap, treap_set, treap_multiset. * Corrected compilation bug for Windows-based 64 bit compilers. * Corrected exception-safety bugs in container constructors. * Updated documentation to show rvalue-references funcions instead of emulation functions. Best, Ion