1
0
mirror of https://github.com/facebook/zstd.git synced 2025-11-28 23:23:59 +03:00
Files
zstd/contrib/pzstd/utils/Range.h
Nick Terrell a7a469e095 [contrib][pzstd] Fix build issue with gcc-5
gcc-5 didn't like the l-value overload for defaulted operator=. There is
no reason it needs to be l-value overloaded, so just remove it.

I'm not sure why the build broke for @mckaygerhard in Issue #2811, since
this code hasn't changed since it was added. But, there is no harm in
fixing it.

Fixes issue #2811.
2021-11-30 18:29:02 -08:00

3.2 KiB