On Fri, 2017-09-08 at 15:14 +0000, Fletcher, John P wrote:
________________________________________ From: P F [pfultz2@yahoo.com] Sent: 08 September 2017 14:06 To: boost@lists.boost.org Cc: Fletcher, John P Subject: Re: [boost] [review][Fit] Review of Fit starts today : September 8 - September 17
Is that detailed report available somewhere please?
No, a detailed report was never published.
Oh well. I have just started to look at this in comparison with some examples I made with a version downloaded in February 2017. I have not found any list of the changes. I have noted the following.
1. Change namespace to boost::fit 2. Relocation of header files 3. Add BOOST_ to macro names.
All of those I expected.
Also two of the examples I had done no longer work as "compress" and "reverse_compress" have disappeared.
Have they been renamed to something else or removed completely?
These have been renamed to `fold` and `reverse_fold`.
Are there any other changes please?
There are no other breaking changes. Other changes have been improvements to take advantage of C++17 features where possible, support for msvc 2017, more testing was added, some documentation improvements, and some minor fixes. .