Skip to content

Commit

Permalink
Merge pull request #2361 from DARMA-tasking/2354-is-footprinter
Browse files Browse the repository at this point in the history
#2354 Use new checkpoint::is_footprinter_v
  • Loading branch information
lifflander authored Oct 9, 2024
2 parents 5538883 + 8be4425 commit c519afc
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 c519afc

Please sign in to comment.