Skip to content

all: Use nlc_move macro unstead of nlc::move function in all nlc libs

Alexis Colin requested to merge nlc_move into main

This commit is a first step before nlc::move removal as it is (slightly) slower to compile than nlc_move for exactly the same feature.

Merge request reports