Fixed call of overloaded isinf(double&) is ambiguous (issue #284)

This commit is contained in:
Benoit Blanchon
2016-07-19 08:57:19 +02:00
parent 434080572c
commit 7ebff5949f
2 changed files with 29 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* Improved speed of float serialization (about twice faster)
* Added `as<JsonArray>()` as a synonym for `as<JsonArray&>()`... (issue #291)
* Fixed `call of overloaded isinf(double&) is ambiguous` (issue #284)
v5.6.2
------