sociomantic-tsunami / dmqproto

Distributed Message Queue protocol definition, client, fake node, and tests
Boost Software License 1.0
2 stars 20 forks source link

Replace `Const!` with `const` #93

Closed jens-mueller-sociomantic closed 5 years ago

jens-mueller-sociomantic commented 5 years ago

This commit replaces all uses of Const! with the D2 builtin const. Now that D1 support was dropped removing the use of this transitional feature makes the code more D2-like. Note, also that there are no uses of Immut! and Inout! in the code base.

Fixes sociomantic-tsunami/dmqproto#92.