From 34133e55305eb9d3e0615618e9f7402452be0682 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 9 Jan 2010 17:17:53 +0000 Subject: [PATCH] Merge unordered documentation. [SVN r58844] --- hash/doc/changes.qbk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hash/doc/changes.qbk b/hash/doc/changes.qbk index 5ee9150..9d7e26b 100644 --- a/hash/doc/changes.qbk +++ b/hash/doc/changes.qbk @@ -90,4 +90,10 @@ instead of trying to configure every possibility manually. * Workaround for when STLport doesn't support long double. +[h2 Boost 1.42.0] + +* Reduce the number of warnings for Visual C++ warning level 4. +* Some code formatting changes to fit lines into 80 characters. +* Rename an internal namespace. + [endsect]