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 04a2347 commit 2b607d4Copy full SHA for 2b607d4
include/geode/basic/cached_value.hpp
@@ -84,7 +84,7 @@ namespace geode
84
{ []( Archive& a, CachedValue& value ) {
85
a.value1b( value.computed_ );
86
a( value.value_ );
87
- } } } );
+ }, [] Archive& /*a*/, CachedValue& /*value*/ ) { // skip serialize} } } );
88
}
89
90
private:
0 commit comments