sociomantic-tsunami / ocean

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

LogEvent: Remove 'set' and trivial wrapper, makes the function a POD #868

Closed Geod24 closed 2 years ago

Geod24 commented 2 years ago

The functions were trivial wrapper with little benefit, as they were unattributed, they prevented usage in safe/nothrow/etc contexts. The only advantage they had was to make the structure read-only, but that can be achieved by making it const.

codecov[bot] commented 2 years ago

Codecov Report

Merging #868 (de38bb4) into v6.x.x (9a8af4d) will increase coverage by 0.00%. The diff coverage is 83.33%.