C++: Change note.

This commit is contained in:
Geoffrey White
2022-10-21 17:32:37 +01:00
parent 0d030d2b13
commit 2f849b4e77

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Fixed bugs in the `FormatLiteral` class that were causing `getMaxConvertedLength` and related predicates to return no results when the format literal was `%e`, `%f` or `%g` and an explicit precision was specified.