facebook / redex

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

throw() -> noexcept #874

Closed r-barnes closed 4 months ago

r-barnes commented 4 months ago

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

wsanville commented 4 months ago

This one got merged already, closing.