diff options
Diffstat (limited to 'libbrep/common.hxx')
-rw-r--r-- | libbrep/common.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbrep/common.hxx b/libbrep/common.hxx index 04d8453..9c398c8 100644 --- a/libbrep/common.hxx +++ b/libbrep/common.hxx @@ -360,6 +360,10 @@ namespace brep #pragma db value(build_package_config) definition + // @@ TMP AUXILIARY + // + #pragma db member(build_package_config::auxiliaries) transient + // 1 for the default configuration which is always present. // using build_package_configs = small_vector<build_package_config, 1>; |