From 55cf063bfe36464c4e5aa57917891f0769ea3545 Mon Sep 17 00:00:00 2001 From: "Vicente J. Botet Escriba" Date: Sun, 1 Apr 2012 19:47:56 +0000 Subject: [PATCH] Ratio: document fix for #6498 [SVN r77696] --- doc/ratio.qbk | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/ratio.qbk b/doc/ratio.qbk index daf5d57..5eb4dbd 100644 --- a/doc/ratio.qbk +++ b/doc/ratio.qbk @@ -1596,7 +1596,17 @@ The specialization relays on the __ratio_greater_equal template class. [section:history Appendix A: History] [/==================================] -[section [*Version 1.0.1, Jan 8, 2011] ] +[section [*Version 1.0.2, April 1, 2012 - 1.50] ] + +[*Fixes:] + +* [@http://svn.boost.org/trac/boost/ticket/6498 #6498] boost::ratio won't compile with default settings. + +[endsect] + +[section [*Version 1.0.1, Jan 8, 2011 ] ] + +[*Features:] * Added MPL Rational Constant and the associated numeric metafunction specializations.