Skip to content

Commit 39147fc

Browse files
authored
Merge pull request MicrosoftDocs#3064 from TylerMSFT/twhitney-fixcharconv
remove redundant return section
2 parents 1ddbd70 + 50aabc9 commit 39147fc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/standard-library/charconv-functions.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "<charconv> functions"
3-
ms.date: "07/22/2020"
3+
description: "Describes the <charconv> library functions that convert integer or floating-point values to or from chars"
4+
ms.date: "08/20/2020"
45
f1_keywords: ["charconv/std::to_chars", "charconv/std::from_chars"]
56
helpviewer_keywords: ["std::charconv [C++], to_chars", "std::charconv [C++], from_chars"]
67
---
@@ -97,10 +98,6 @@ The following table describes the conversion behavior given different combinatio
9798
| `fmt` | The shortest-round-trip behavior for the specified format, such as the shortest scientific format. |
9899
| `fmt` and `precision` | Uses the given precision, following `printf()` style, without shortest-round-trip behavior. |
99100
100-
### Return value
101-
102-
A [to_chars_result](to-chars-result-structure.md) that holds the result of the conversion.
103-
104101
### Example
105102
106103
```cpp

0 commit comments

Comments
 (0)