Skip to content

Commit

Permalink
#2354 Use new checkpoint::is_footprinter_v
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Whitlock committed Oct 1, 2024
1 parent 5538883 commit 8be4425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/messaging/message/smart_ptr.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ struct MsgSharedPtr final {
template <
typename SerializerT,
typename = std::enable_if_t<
std::is_same<SerializerT, checkpoint::Footprinter>::value
checkpoint::is_footprinter_v<SerializerT>
>
>
void serialize(SerializerT& s) {
Expand Down

0 comments on commit 8be4425

Please sign in to comment.