Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
d22f00d7
Commit
d22f00d7
authored
Jul 04, 2022
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog
parent
4e8d2156
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ChangeLog.rst
ChangeLog.rst
+3
-3
No files found.
ChangeLog.rst
View file @
d22f00d7
...
@@ -37,10 +37,10 @@
...
@@ -37,10 +37,10 @@
* Disabled automatic ``std::ostream`` insertion operator (``operator<<``)
* Disabled automatic ``std::ostream`` insertion operator (``operator<<``)
discovery when ``fmt/ostream.h`` is included to prevent ODR violations.
discovery when ``fmt/ostream.h`` is included to prevent ODR violations.
You can get the old behavior by defining ``FMT_DEPRECATED_OSTREAM`` but this
You can get the old behavior by defining ``FMT_DEPRECATED_OSTREAM`` but this
will be removed in the next major release.
You can u
se ``fmt::streamed`` or
will be removed in the next major release.
U
se ``fmt::streamed`` or
``fmt::ostream_formatter`` to enable formatting via ``std::ostream``.
``fmt::ostream_formatter`` to enable formatting via ``std::ostream``
instead
.
* Added ``ostream_formatter`` that can be used to write ``formatter``
* Added ``
fmt::
ostream_formatter`` that can be used to write ``formatter``
specializations that perform formatting via ``std::ostream``.
specializations that perform formatting via ``std::ostream``.
For example (`godbolt <https://godbolt.org/z/5sEc5qMsf>`__):
For example (`godbolt <https://godbolt.org/z/5sEc5qMsf>`__):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment