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 c64c9a2 commit 1188da4Copy full SHA for 1188da4
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*/ )
+ }, [] (Archive& /*a*/, CachedValue& /*value*/ )
88
{
89
// skip serialize
90
} } } );
0 commit comments