BDE 3.8.0: Production Release¶
Schedule¶
The BDE team is pleased to announce that the BDE 3.8.0 production patch was completed on Thursday, May 10, 2018.
BDE 3.8.0 Highlights¶
bdlb::TransformIterator
is now available¶
Added a new type, ‘bdlb::TransformIterator’. This object wraps an underlying iterator, and applies a functor to the result of dereferencing the underlying iterator when it is itself dereferenced. A convenience function ‘bdlb::TransformIteratorUtil::make’ can be used to create these iterators.
btlb::Blob
is now bdlbb::Blob
¶
In preparation for the PGM team taking over the BTE transport library (including
btl
anda_bteso
), thebtlb::Blob
family of types (formerly known asbcema_Blob
et. al.) have been moved tobdlbb::Blob
. Compatibility typedefs have been left in the old headers.