mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
try fix pipeline
This commit is contained in:
parent
0ac058c3f7
commit
f6b0201bf5
@ -134,7 +134,7 @@ public:
|
||||
composite<Ts..., T> composite_with(T&& new_value) {
|
||||
auto merged_values =
|
||||
std::tuple_cat(std::move(values_),
|
||||
std::tuple{parser_.valid()
|
||||
std::tuple<T>{parser_.valid()
|
||||
? std::forward<T>(new_value)
|
||||
: std::nullopt});
|
||||
return {std::move(merged_values), parser_};
|
||||
|
Loading…
Reference in New Issue
Block a user