2
0
mirror of https://github.com/boostorg/ratio.git synced 2026-02-24 04:12:19 +00:00

Ratio: document fix for #6498

[SVN r77696]
This commit is contained in:
Vicente J. Botet Escriba
2012-04-01 19:47:56 +00:00
parent 7e8a4ae0d5
commit 55cf063bfe

View File

@@ -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.