(Also mark the file as C++ rather than C)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
-// -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab ft=cpp
/**
} cmp_functor{ccs};
if (!(r = writer.StartObject()))
break;
- const auto &o{d.GetObject()};
- auto b{o.begin()},e{o.end()};
std::vector<MyMember*> q;
for (auto &m: d.GetObject())
q.push_back(&m);