We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fcb57 commit 4328f39Copy full SHA for 4328f39
examples/baggage/main.cpp
@@ -14,7 +14,7 @@ struct CinReader : public dd::DictReader {
14
15
void visit(
16
const std::function<void(dd::StringView key, dd::StringView value)>&
17
- visitor) const override {};
+ visitor) const override{};
18
};
19
20
std::istream& operator>>(std::istream& is, CinReader& reader) {
0 commit comments