Skip to content

Replace DE_CONST(k, v) with v = UNCONST(k) macro

Ondřej Surý requested to merge ondrej/replace-DE_CONST-with-simpler-UNCONST into main

Replace the complicated DE_CONST macro that required union with much simple reference-dereference trick in the UNCONST() macro.

Merge request reports