mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-06-29 06:43:57 -05:00
GoogleTest internally uses operator==(first, second) instead of first.operator==(second). By implementing the operators outside the classes, GoogleTest can be made happy.