Skip to content

Commit a5d0d95

Browse files
committed
Add missing typename keyword
1 parent db8d50c commit a5d0d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/nlohmann/to_value.hh

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ namespace tao
9696

9797
void member()
9898
{
99-
stack_.back().push_back( Value::object_t::value_type( std::move( keys_.back() ), std::move( value ) ) );
99+
stack_.back().push_back( typename Value::object_t::value_type( std::move( keys_.back() ), std::move( value ) ) );
100100
keys_.pop_back();
101101
}
102102

0 commit comments

Comments
 (0)