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.
2 parents b72bb6e + a5671fe commit d7f9ceaCopy full SHA for d7f9cea
Examples/IO/IOPlugin.cxx
@@ -88,7 +88,9 @@ main(int argc, char * argv[])
88
<< std::endl
89
<< " described as \"" << *d << "\"" << std::endl
90
<< " enabled " << *e << std::endl;
91
- ++n, ++d, ++e;
+ ++n;
92
+ ++d;
93
+ ++e;
94
}
95
96
@@ -181,7 +183,9 @@ main(int argc, char * argv[])
181
183
182
184
185
186
187
188
189
190
191
0 commit comments