mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Remove unnecessary bitsery object lambdas
This commit is contained in:
@@ -93,8 +93,7 @@ struct GetResponse {
|
||||
|
||||
template <typename S>
|
||||
void serialize(S& s) {
|
||||
s.ext(result, bitsery::ext::InPlaceOptional(),
|
||||
[](S& s, auto& v) { s.object(v); });
|
||||
s.ext(result, bitsery::ext::InPlaceOptional());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user