diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-05-30 13:43:37 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 11:49:09 -0800 |
commit | 15bdf9b64b3245e1bf7a7603faf71ce72e1dac69 (patch) | |
tree | eb31433ff2c347702cb75d72bcd1a794e7826dac /.gitignore | |
parent | 64dd48776c57750b7df556c3ce6058219bec111c (diff) | |
download | uhd-15bdf9b64b3245e1bf7a7603faf71ce72e1dac69.tar.gz uhd-15bdf9b64b3245e1bf7a7603faf71ce72e1dac69.tar.bz2 uhd-15bdf9b64b3245e1bf7a7603faf71ce72e1dac69.zip |
utils: dirty_tracked: Remove custom copy constructor
The custom copy ctor for dirty_tracked was using the = operator, which
wouldn't necessarily copy the dirty flag. By removing it (and thus using
the default copy ctor), the copied dirty_tracked object now has the same
value *and* dirty flag as the original.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions