Subject: [Boost-build] [jam] named arguments for rule
From: Raffi Enficiaud (raffi.enficiaud_at_[hidden])
Date: 2016-10-18 20:28:07


Hi,

In the rules I have, I end up writing a lot of colons

[ boost.test-self-test run : test-organization-ts :
test_unit-order-shuffled-test : : : : : :
$(requirements_boost_test_full_support) ]

just for accessing the index of the argument.

Is there something like named argument instead of positional?

Thanks,
Raffi