[DynInst_API:] [dyninst/dyninst] 7e6b76: Convert snprintf with PRIx64 to std::to_string (#627)


Date: Thu, 08 Aug 2019 15:21:52 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 7e6b76: Convert snprintf with PRIx64 to std::to_string (#627)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 7e6b7685bef61ca5465e3f17a5e6b014eb4a29b4
      https://github.com/dyninst/dyninst/commit/7e6b7685bef61ca5465e3f17a5e6b014eb4a29b4
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2019-08-08 (Thu, 08 Aug 2019)

  Changed paths:
    M instructionAPI/h/Result.h

  Log Message:
  -----------
  Convert snprintf with PRIx64 to std::to_string (#627)

PRIx64 is from C99 and isn't available with g++ with older libc headers.


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 7e6b76: Convert snprintf with PRIx64 to std::to_string (#627), Tim Haines <=