C++: Update change note.

This commit is contained in:
Geoffrey White
2020-12-01 18:33:51 +00:00
parent 7c00477736
commit 39a939c36f

View File

@@ -1,3 +1,4 @@
lgtm,codescanning
* The `FormattingFunction` class now has predicates `isOutputStream` and `isOutputString` exposing more information about the function.
* `FormattingFunction.getOutputParameterIndex` now has a parameter identifying whether the output at that index is a buffer or a stream.
* `FormattingFunction` now has a predicate `isOutputGlobal` indicating when the output is to a global stream.
* The `primitiveVariadicFormatter` and `variadicFormatter` predicates have more parameters exposing information about the function.