From 675ce62327ee484eb4a3105f7b11c4435c9c2915 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 15 Oct 2008 10:34:15 +0000 Subject: [PATCH] Add note about changes to deprecated headers. Refs #2412. [SVN r49341] --- hash/doc/changes.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hash/doc/changes.qbk b/hash/doc/changes.qbk index 7a56d38..4d0515a 100644 --- a/hash/doc/changes.qbk +++ b/hash/doc/changes.qbk @@ -65,4 +65,9 @@ In Visual C++, always use C99 float functions for `long double` and `float` as the C++ overloads aren't always availables. +[h2 Boost 1.38.0] + +* Changed the warnings in the deprecated headers from 1.34.0 to errors. These + will be removed in a future version of Boost. + [endsect]