Skip to content

Commit

Permalink
#1983: location: only skip eager if serialization is required
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Sep 28, 2022
1 parent 24b6bfd commit 84125d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vt/topos/location/location.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,7 @@ struct IsSerializable<
MsgT,
typename std::enable_if_t<true
and ::vt::messaging::msg_defines_serialize_mode<MsgT>::value
and (::vt::messaging::msg_serialization_mode<MsgT>::supported
or ::vt::messaging::msg_serialization_mode<MsgT>::required)
and ::vt::messaging::msg_serialization_mode<MsgT>::required
>
>
{
Expand Down

0 comments on commit 84125d2

Please sign in to comment.