-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Major release prep #940
Comments
Can we add "Remove deprecated color formatting" to the list? |
Done. |
vitaut
added a commit
that referenced
this issue
Jul 7, 2019
vitaut
added a commit
that referenced
this issue
Jul 7, 2019
vitaut
added a commit
that referenced
this issue
Jul 7, 2019
vitaut
added a commit
that referenced
this issue
Jul 7, 2019
vitaut
added a commit
that referenced
this issue
Jul 7, 2019
vitaut
added a commit
that referenced
this issue
Jul 7, 2019
vitaut
added a commit
that referenced
this issue
Jul 7, 2019
vitaut
added a commit
that referenced
this issue
Jul 7, 2019
vitaut
added a commit
that referenced
this issue
Jul 7, 2019
vitaut
added a commit
that referenced
this issue
Jul 7, 2019
vitaut
added a commit
that referenced
this issue
Jul 7, 2019
vitaut
added a commit
that referenced
this issue
Jul 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Things that need to be done in the next major release (because they are API breaking and cannot be done right now):
context_base::begin
.arg_formatter(context_type &ctx, format_specs &spec)
.context_base::args()
.format_specs
API to make its components follow naming conventions and support a variable-width fill.fmt::visit
.time.h
intochrono.h
and remove the former because it may collide with system'stime.h
if users specify include directories incorrectly.basic_writer
,writer
, andwwriter
to the internal namespace, since they are an implementation detail as of version 5.The text was updated successfully, but these errors were encountered: