// hierarchy.
if (hierarchy.size() <= idx) {
isc_throw(OutOfRange, "Attempt at accessing index "
- << idx << " in hierarchy of size " << hierarchy.size());
+ << idx << " in hierarchy of size "
+ << hierarchy.size());
}
auto f = hierarchy[idx].find(key);
if (f != hierarchy[idx].end()) {
// Check if we have any description of the key in the
// configuration hierarchy.
if (hierarchy.size() <= idx) {
- isc_throw(OutOfRange, "Attempt at accessing index " << idx
- << " in hierarchy of size "
- << hierarchy.size());
+ isc_throw(OutOfRange, "Attempt at accessing index "
+ << idx << " in hierarchy of size "
+ << hierarchy.size());
}
auto f = hierarchy[idx].find(key);
if (f != hierarchy[idx].end()) {
// configuration hierarchy.
if (hierarchy.size() <= idx) {
isc_throw(OutOfRange, "Attempt at accessing index "
- << idx << " in hierarchy of size "
- << hierarchy.size());
+ << idx << " in hierarchy of size "
+ << hierarchy.size());
}
auto f = hierarchy[idx].find(key);
if (f != hierarchy[idx].end()) {
// hierarchy.
if (hierarchy.size() <= idx) {
isc_throw(OutOfRange, "Attempt at accessing index "
- << idx << " in hierarchy of size " << hierarchy.size());
+ << idx << " in hierarchy of size "
+ << hierarchy.size());
}
auto f = hierarchy[idx].find(key);
if (f != hierarchy[idx].end()) {