From 3e243303350c50d669f818b6c4c419703da2c02b 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] --- doc/changes.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index 7a56d38..4d0515a 100644 --- a/doc/changes.qbk +++ b/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]