Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeSmokingJacket committed Nov 17, 2024
1 parent 223a466 commit f86ed76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/document/value.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ namespace components::document {
value_t::value_t(impl::base_document* tape, T value) {
auto builder = tape_builder(*tape);
element_ = tape->next_element();
builder.build(value);
builder.build(static_cast<T>(value));
}

template<class T>
Expand Down

0 comments on commit f86ed76

Please sign in to comment.