facebook / redex

A bytecode optimizer for Android apps
https://fbredex.com/
MIT License
6.03k stars 653 forks source link

throw() -> noexcept #874

Closed r-barnes closed 3 months ago

r-barnes commented 3 months ago

throw() is a deprecated syntax. noexcept is the appropriate replacement.

wsanville commented 3 months ago

This one got merged already, closing.