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 db8d50c commit a5d0d95Copy full SHA for a5d0d95
contrib/nlohmann/to_value.hh
@@ -96,7 +96,7 @@ namespace tao
96
97
void member()
98
{
99
- stack_.back().push_back( Value::object_t::value_type( std::move( keys_.back() ), std::move( value ) ) );
+ stack_.back().push_back( typename Value::object_t::value_type( std::move( keys_.back() ), std::move( value ) ) );
100
keys_.pop_back();
101
}
102
0 commit comments