65 using std::placeholders::_1;
68 oLabelsToFill.reserve(oLabelsToFill.size() +
desc.size());
74 using std::placeholders::_1;
77 std::vector<ModuleDescription const*>::iterator itFound =
78 std::find_if(
desc.begin(),
81 if (itFound ==
desc.end()) {