Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: af46d22f37cfa950e72f5d94dfdfead89d0c6bff
https://github.com/dyninst/dyninst/commit/af46d22f37cfa950e72f5d94dfdfead89d0c6bff
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M dyninstAPI/h/BPatch_Vector.h
M dyninstAPI/h/BPatch_frame.h
M dyninstAPI/src/BPatch_point.C
M dyninstAPI/src/BPatch_process.C
M dyninstAPI/src/BPatch_templates.C
Log Message:
-----------
Replace BPatch_vector internal implementation with std::vector (#844)
* Replace BPatch_vector internal implementation with std::vector
This keeps the BPatch_vector type, but only as an alias to std::vector.
* Remove '#pragma implementation'
* Remove friend declaration from BPatch_frame
|