I’m not aware of a list, but here’s a few examples I’ve seen in multiple repositories:
- Removing use of
boost::placeholders
- Using setuptools instead of distutils (except for the Python 2 support in the
package.xml
) - Unspecifying the C++ version so the compiler can use a newer one
- Bump CMake version to at least 3.5 (But not higher than 3.13.4)