We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770d631 commit f4255aaCopy full SHA for f4255aa
1 file changed
src/CommonLib/EntityClass.cpp
@@ -78,7 +78,7 @@ namespace tsom
78
std::size_t propertyIndex = it->second;
79
const auto& propertyData = m_properties[propertyIndex];
80
81
- auto Deserialize = [&, propertyName = propertyName](auto dummyType)
+ auto Deserialize = [&, &propertyName = propertyName, &propertyValue = propertyValue](auto dummyType)
82
{
83
using T = std::decay_t<decltype(dummyType)>;
84
0 commit comments