Skip to content
Success

Changes

Summary

  1. Read the return value of any_of (commit: 72dc027) (details)
  2. Simplify some range processing (commit: 4f62e83) (details)
  3. Use ranges in the mastering compressor (commit: 98d2afe) (details)
Commit 72dc027a12b1424fb5492e6687e1862862a2b6cb by chris.kcat
Read the return value of any_of

Some systems appropriately warn if its return value is unused, but sometimes
it's only used to process a range up to a particular element, so we can
explicitly ignore it.
(commit: 72dc027)
The file was modifiedalc/alc.cpp (diff)
The file was modifiedrouter/alc.cpp (diff)
Commit 4f62e83cc7b651c76ada672d5cb568561e063898 by chris.kcat
Simplify some range processing
(commit: 4f62e83)
The file was modifiedalc/alc.cpp (diff)
Commit 98d2afe8522db77048e3041c342063a9c29c4704 by chris.kcat
Use ranges in the mastering compressor
(commit: 98d2afe)
The file was modifiedcore/mastering.cpp (diff)
The file was modifiedcore/mastering.h (diff)