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 5d6e478 commit db8d50cCopy full SHA for db8d50c
contrib/nlohmann/traverse_value.hh
@@ -47,7 +47,7 @@ namespace tao
47
break;
48
case Value::value_t::object:
49
handler.begin_object();
50
- for( Value::const_iterator it = v.begin(); it != v.end(); ++it ) {
+ for( typename Value::const_iterator it = v.begin(); it != v.end(); ++it ) {
51
handler.key( it.key() );
52
tao::json::nlohmann::traverse_value( it.value(), handler );
53
handler.member();
0 commit comments