dxx-rebirth/similar
Kp 428fad33c3 Fix clang-14 operator== ambiguity
clang-14 fails with:

```
similar/main/net_udp.cpp:4381:11: error: use of overloaded operator '!=' is ambiguous (with operand types 'exact_type<dcx::player>' and 'exact_type<const dcx::player>')
            if (&i != &self)
                ~~ ^  ~~~~~
common/include/pack.h:28:17: note: candidate function
    constexpr bool operator==(const T *rhs) const { return p == rhs; }
                   ^
common/include/pack.h:28:17: note: candidate function (with reversed parameter order)
1 error generated.
```

gcc handles the old form without error.
2022-10-09 23:15:19 +00:00
..
2d Fix MacOS clang build of similar/2d/font.cpp 2022-10-02 19:51:36 +00:00
3d
arch Simplify ogl_ubitblt_i GL array initialization 2022-10-02 19:51:35 +00:00
editor Use enum class for clipping_code 2022-10-02 19:51:35 +00:00
main Fix clang-14 operator== ambiguity 2022-10-09 23:15:19 +00:00
misc Use std::span for PHYSFSX_fgets 2022-10-02 19:51:35 +00:00