mirror of
https://github.com/boostorg/website.git
synced 2026-01-29 08:02:20 +00:00
release notes for accumulators, xpressive and proto
[SVN r61433]
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
|
||||
[section Updated Libraries]
|
||||
|
||||
* [phrase library..[@/libs/accumulators/index.html Accumulators]:]
|
||||
* Avoid premature template evaluation in operator overload return types.
|
||||
|
||||
* [phrase library..[@/libs/array/index.html Array]:]
|
||||
* Added support for SunCC compiler.
|
||||
* Added 'fill' member function.
|
||||
@@ -81,7 +84,26 @@
|
||||
and `load_construct_data`. `multi_index_container` serialization
|
||||
[@/libs/serialization/doc/tutorial.html#versioning class version]
|
||||
has been bumped from 1 to 2.
|
||||
|
||||
|
||||
* [phrase library..[@/libs/proto/index.html Proto]:]
|
||||
* Minor change in behavior: non-const expression self-assignment creates
|
||||
an assign node. See Proto's
|
||||
[@/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_43 Release Notes]
|
||||
for details.
|
||||
* Minor change to recommended expression extension mechanism: use
|
||||
`BOOST_PROTO_EXTENDS_USING_ASSIGN()`. See Proto's
|
||||
[@/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_43 Release Notes]
|
||||
for details.
|
||||
* Fix error in invocation of callable monomorphic function objects in Proto transforms.
|
||||
* Fix misc const correctness issues, work around fusion bug.
|
||||
* Add non-const function call overloads to proto terminals.
|
||||
* Add a default constructor to `proto::literal<>`.
|
||||
* Do not use deprecated config macros.
|
||||
* Add `proto::assert_matches()` function and friends to [^<boost/proto/debug.hpp>].
|
||||
* `functional::make_expr<>` and `functional::unpack_expr<>` return const-qualified
|
||||
rvalues.
|
||||
* Add documentation for Expr and Domain concepts.
|
||||
|
||||
* [phrase library..[@/libs/random/index.html Random]:]
|
||||
* Put the implementation of random_device in a compiled lib,
|
||||
and added Windows support.
|
||||
@@ -119,6 +141,9 @@
|
||||
* [phrase library..[@/libs/wave/index.html Wave]:]
|
||||
See the [@/libs/wave/ChangeLog Changelog] for details.
|
||||
|
||||
* [phrase library..[@/libs/xpressive/index.html Xpressive]:]
|
||||
* Add missing include to [^<boost/xpressive/regex_error.hpp].
|
||||
|
||||
[endsect]
|
||||
|
||||
[section Build System]
|
||||
|
||||
Reference in New Issue
Block a user