MCPcopy Create free account
hub / github.com/boostorg/build / init_order

Function init_order

v2/engine/modules/order.c:149–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148
149void init_order()
150{
151 {
152 char const * args[] = { "first", "second", 0 };
153 declare_native_rule( "class@order", "add-pair", args, add_pair, 1 );
154 }
155
156 {
157 char const * args[] = { "objects", "*", 0 };
158 declare_native_rule( "class@order", "order", args, order, 1 );
159 }
160}

Callers 1

load_builtinsFunction · 0.85

Calls 1

declare_native_ruleFunction · 0.85

Tested by

no test coverage detected