sociomantic-tsunami / ocean

General purpose, platform-dependent, high-performance library for D
Other
61 stars 56 forks source link

Create D2 operator overloads to avoid deprecation messages #806

Closed don-clugston-sociomantic closed 4 years ago

don-clugston-sociomantic commented 4 years ago

D1-style operator overloads are deprecated in dmd 2.090. This PR silences most of the remaining deprecation warnings in the upcoming dmd 2.091.

There are a few remaining deprecation warnings. (1) from SmartEnum, which requires a little more care; (2) some really dreadful operator overloads, which deserve to generate warnings:

codecov[bot] commented 4 years ago

Codecov Report

Merging #806 into v5.x.x will not change coverage by %. The diff coverage is n/a.