File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 22# This file is autogenerated by pip-compile with Python 3.10
33# by the following command:
44#
5- # pip-compile bindings/python/requirements.in
5+ # pip-compile --pre bindings/python/requirements.in
66#
Original file line number Diff line number Diff line change @@ -81,14 +81,15 @@ namespace geode
8181 void serialize ( Archive& archive )
8282 {
8383 archive.ext ( *this , Growable< Archive, CachedValue >{
84- { []( Archive& a, CachedValue& value ) {
85- a.value1b ( value.computed_ );
86- a ( value.value_ );
87- }, [] Archive& /* a*/ , CachedValue& /* value*/ ) { // skip serialize} } } );
88- }
84+ { []( Archive& a, CachedValue& value ) {
85+ a.value1b ( value.computed_ );
86+ a ( value.value_ );
87+ }, [] Archive& /* a*/ , CachedValue& /* value*/ )
88+ { // skip serialize} } } );
89+ }
8990
90- private:
91- mutable bool computed_{ false };
92- mutable ReturnType value_;
93- };
91+ private:
92+ mutable bool computed_{ false };
93+ mutable ReturnType value_;
94+ };
9495} // namespace geode
You can’t perform that action at this time.
0 commit comments