@@ -204,7 +204,7 @@ for (json::iterator it = j.begin(); it != j.end(); ++it) {
}
// range-based for
for(autoelement:j){
for(auto&element:j){
std::cout<<element<<'\n';
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.