Project

General

Profile

Design #1519

Updated by John Abbott over 3 years ago

Investigate whether the template fn @Value::from@ (see @Interpreter.H@ @Interpreter.C@ around lines 1422--1442) 1422--1433) can avoid copying copuing by using @std::move@ (at least, in some cases).

This will include devising some tests.

Back