From 59f9787c116606be706756d80f8f5afa3408d494 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 15 Oct 2008 10:25:07 +0000 Subject: [PATCH] Note about change in boost 1.37. [SVN r49339] --- doc/changes.qbk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index 0288804..7a56d38 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -59,4 +59,10 @@ * Using the boost typedefs for `long long` and `unsigned long long`. * Move the extensions into their own header. +[h2 Boost 1.37.0] + +* [@http://svn.boost.org/trac/boost/ticket/2264 Ticket 2264]: + In Visual C++, always use C99 float functions for `long double` and `float` as + the C++ overloads aren't always availables. + [endsect]