On Fri, Mar 23, 2018 at 4:38 AM, Marcel Raad via Boost < boost@lists.boost.org> wrote:
-----Original Message----- From: Boost-users
On Behalf Of Daniel James via Boost-users Sent: Montag, 19. März 2018 14:28 To: boost@lists.boost.org; boost-users@lists.boost.org Cc: Daniel James Subject: [Boost-users] [release] Boost 1.67.0 Beta 1 Boost release 1.67.0 beta 1 is now available at: [...]
Please download the beta, give it a try, and report any problems you encounter.
I just noticed a breaking change: boost::uuids::random_generator is not copyable anymore. Is that is on purpose, it should maybe be mentioned in the release notes.
Marcel
Thank you, we opened an issue and I am updating the release notes. The improved entropy provider is non-copyable because some implementations do not support it, particularly the windows ones which hold onto a crypto-specific handle. - Jim