Skip to content

Commit ab92111

Browse files
authored
JCF: in light of gcc 12.1.0 not actually supporting the C++20 format library, for the time being drop the suggestion that formatting be done with std::format
1 parent 610fa78 commit ab92111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -897,9 +897,9 @@ the user-visible value, not any implementation details.
897897
Take care that a given print statement not print so often that it
898898
obscures the output of other equally (or even more) important messages
899899

900-
When constructing a string that contains variables, rather than
900+
<!--- When constructing a string that contains variables, rather than
901901
streaming them into a `std::stringstream` object, prefer to use
902-
C++20's `std::format` function.
902+
C++20's `std::format` function. --->
903903

904904
### 7.10 Increment and Decrement
905905

0 commit comments

Comments
 (0)