Skip to content

Commit

Permalink
[ci] One more windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Sep 24, 2023
1 parent 4381e3e commit 4bb5103
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/ossia/network/osc/detail/bundle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,7 @@ try
{
auto& param = access_parameter(a);
ret.critical |= param.get_critical();

if constexpr(requires { param.value(); })
val = param.value();
else
val = param.value;

val = param.value();
add_element_to_bundle(str, val, param);
}
str << oscpack::EndBundle();
Expand Down

0 comments on commit 4bb5103

Please sign in to comment.