add missing assignment

This commit is contained in:
Sébastien Loriot 2024-02-13 17:47:20 +01:00
parent 1c6fdbd13d
commit 83d0f632e7
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ public:
m_side_per_depth.push_back(size);
if constexpr (has_data)
m_traits.construct_root_node_contents_object()();
data(root()) = m_traits.construct_root_node_contents_object()();
}
/// @}